[
https://issues.apache.org/jira/browse/NIFI-15320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Villard updated NIFI-15320:
----------------------------------
Description:
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"
was:
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"
> 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
> Time Spent: 10m
> 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)