Nicholas Valenti created NIFI-13616:
---------------------------------------
Summary: Add ability to use Oauth2AccessTokenProvider in AMQP
Processors
Key: NIFI-13616
URL: https://issues.apache.org/jira/browse/NIFI-13616
Project: Apache NiFi
Issue Type: New Feature
Components: Core Framework
Affects Versions: 2.0.0-M4, 1.27.0
Reporter: Nicholas Valenti
AMQP Processors currently use either username/password or certs for
authorization. It is requested that these processors also allow for the ability
to use an Oauth2AccessTokenProvider.
The AbstractAMQPProcessor class uses ConnectionFactory to establish the AMQP
Connection. The ConnectionFactory is using the username/password or certs for
authorization but also has the ability to use a CredentialsProvider. The
CredentialsProvider can be instantiated using properties from an
Oauth2AccessTokenProvider. In order to refresh the token, the ConnectionFactory
uses a CredentialsRefreshService to refresh the token automatically.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)