David Handermann created NIFI-15404:
---------------------------------------
Summary: Schedule Security Maintenance Tasks with Virtual Threads
Key: NIFI-15404
URL: https://issues.apache.org/jira/browse/NIFI-15404
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework, Security
Reporter: David Handermann
Assignee: David Handermann
Multiple application security maintenance tasks use separate threads for
infrequent scheduled tasks, including the following operations:
- Checking application Keystore and Truststore files for changes
- Rotating signing key for Application Bearer Tokens
- Removing expired clients for OpenID Connect sessions
These tasks run infrequently and are not required in all configurations.
Changing from the current model of dedicated Thread Pools to a shared Task
Scheduler with Virtual Threads would avoid allocating unnecessary threads.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)