[
https://issues.apache.org/jira/browse/NIFI-6868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Fellows updated NIFI-6868:
------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
The PR for this has been merged into master.
> Sensitive parameters not evaluated properly when executing processor that
> references one.
> -----------------------------------------------------------------------------------------
>
> Key: NIFI-6868
> URL: https://issues.apache.org/jira/browse/NIFI-6868
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.10.0
> Reporter: Rob Fellows
> Assignee: Mark Payne
> Priority: Major
> Fix For: 1.11.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Configuring a processor with a sensitive property value set to reference a
> sensitive parameter does not evaluate properly.
>
> An easy way to reproduce this is to create a GetSFTP processor to use a
> sensitive parameter for the "password" property. You can use a publicly
> available SFTP server like:
>
> {{hostname: test.rebex.net}}
> {{password: password}}
>
> Connect this GetSFTP processor to an Add a LogMessage or some other processor
> and start the GetSFTP processor.
>
> When the password property is entered as a string of "password", it works.
> If you create a parameter in the parameter context, say password, and
> reference it as the property value, "#\{password}", you will see failures
> that it can not connect.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)