[
https://issues.apache.org/jira/browse/NIFI-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437674#comment-15437674
]
Matt Gilman commented on NIFI-2424:
-----------------------------------
This is actually already partially supported in the UI. Details about the
property (including whether it's sensitive or not) are driven by the underlying
Processor. The Processor is queried for these details when a new property is
added. The Processor can contain any logic necessary to determine these
details. For instance, the Processor will be given the dynamic property name
and the Processor could check if the name matches a pattern for properties it
wants to treat as sensitive. These sorts of checks would need to be implemented
in the underlying Processor.
> Allow user to add a user defined sensitive property to processors
> -----------------------------------------------------------------
>
> Key: NIFI-2424
> URL: https://issues.apache.org/jira/browse/NIFI-2424
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core UI
> Affects Versions: 1.0.0
> Reporter: Arpit Gupta
>
> Today all user defined properties are clear text. Allow user to set any
> arbitrary user defined property as sensitive.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)