You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Rob Fellows (Jira)" <ji...@apache.org> on 2019/11/13 22:17:00 UTC

[jira] [Created] (NIFI-6868) Sensitive parameters not evaluated properly when executing processor that references one.

Rob Fellows created NIFI-6868:
---------------------------------

             Summary: 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


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)