You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/06/01 20:52:59 UTC

[GitHub] [nifi] andrewmlim commented on a diff in pull request #6089: NIFI-9960 Add documentation for Sensitive Dynamic Properties

andrewmlim commented on code in PR #6089:
URL: https://github.com/apache/nifi/pull/6089#discussion_r887290223


##########
nifi-docs/src/main/asciidoc/user-guide.adoc:
##########
@@ -690,8 +690,19 @@ image::edit-property-dropdown.png["Edit Property with Dropdown"]
 
 In the top-right corner of the tab is a button for adding a New Property. Clicking this button will provide the DFM with a dialog to
 enter the name and value of a new property. Not all Processors allow User-Defined properties. In processors that do not allow them,
-the Processor becomes invalid when User-Defined properties are applied. RouteOnAttribute, however, does allow User-Defined properties.
-In fact, this Processor will not be valid until the user has added a property.
+the Processor becomes invalid when User-Defined properties are applied.
+
+Selected Processors support configurable Sensitive Value status for User-Defined properties. Processors must indicate
+support for configurable Sensitive Value status, otherwise the Sensitive Value selection will be disabled in the
+Add Property dialog.
+
+image:add-property-sensitive-value-dialog.png["Add Property with Sensitive Value status"]
+
+Selecting `Yes` in the Sensitive Value field instructs NiFi to handle the property value as

Review Comment:
   Suggest change to:
   
   Selecting `Yes` for the Sensitive Value setting instructs NiFi...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org