Hiroyuki Yagihashi created NIFI-15998:
-----------------------------------------
Summary: Add DatabasePasswordProvider support to CaptureChangeMySQL
Key: NIFI-15998
URL: https://issues.apache.org/jira/browse/NIFI-15998
Project: Apache NiFi
Issue Type: Improvement
Reporter: Hiroyuki Yagihashi
Assignee: Hiroyuki Yagihashi
CaptureChangeMySQL accepts only a static Password property, making it difficult
to use with AWS RDS IAM authentication where tokens expire every 15 minutes and
cannot be stored as a long-lived credential.
This improvement applies the same pattern as NIFI-15216 to CaptureChangeMySQL
by adding a Password Source property (Password / Password Provider) and a
Database Password Provider controller service property.
Existing configurations are unaffected; Password Source defaults to Password.
DBCPConnectionPool already supports this via DatabasePasswordProvider
(NIFI-15216), and AwsRdsIamDatabasePasswordProvider is available in
nifi-aws-bundle.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)