[
https://issues.apache.org/jira/browse/NIFI-15320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18044528#comment-18044528
]
ASF subversion and git services commented on NIFI-15320:
--------------------------------------------------------
Commit 0b9b2b249b71a5a3f0e3f8cca3a7f7e058739f17 in nifi's branch
refs/heads/NIFI-15318-2 from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0b9b2b249b7 ]
NIFI-15320 AwsSecretsManagerParameterProvider should retrieve non-string
parameters (#10624)
Signed-off-by: David Handermann <[email protected]>
> AwsSecretsManagerParameterProvider should retrieve non-string parameters
> ------------------------------------------------------------------------
>
> Key: NIFI-15320
> URL: https://issues.apache.org/jira/browse/NIFI-15320
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
> Fix For: 2.8.0, 2.7.1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> If an AWS secret is defined with:
> {code:java}
> {
> "test": "foo",
> "port": 5432,
> "ssl": true
> }
> {code}
> Only "test" will be fetched as a parameter. The parameter provider should be
> improved to also retrieve "port" and "ssl"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)