[
https://issues.apache.org/jira/browse/NIFI-15890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18080736#comment-18080736
]
ASF subversion and git services commented on NIFI-15890:
--------------------------------------------------------
Commit af8ec30c7b6e6c2f962f891218ec920023177475 in nifi's branch
refs/heads/main from Hiroyuki Yagihashi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=af8ec30c7b6 ]
NIFI-15890 Added Token Request Endpoint property to
AwsRdsIamDatabasePasswordProvider (#11189)
Signed-off-by: David Handermann <[email protected]>
> Add RDS Endpoint override property to AwsRdsIamDatabasePasswordProvider
> -----------------------------------------------------------------------
>
> Key: NIFI-15890
> URL: https://issues.apache.org/jira/browse/NIFI-15890
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Hiroyuki Yagihashi
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> AwsRdsIamDatabasePasswordProvider generates an IAM authentication token using
> the hostname extracted from the JDBC URL.
> This works well in most cases, but does not support scenarios where the
> connection hostname differs from the RDS Proxy hostname used for token
> signing — for example, when connecting through a Network Load Balancer (NLB)
> in front of an RDS Proxy.
> Add an optional "RDS Endpoint" property that, when set, overrides the
> hostname and port used for token generation while keeping the JDBC URL
> unchanged for the actual TCP connection.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)