Github user alopresto commented on a diff in the pull request:
https://github.com/apache/nifi/pull/834#discussion_r75909949
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/nifi.properties
---
@@ -131,8 +131,10 @@ nifi.web.jetty.threads=${nifi.web.jetty.threads}
# security properties #
nifi.sensitive.props.key=
+nifi.sensitive.props.key.protected=${nifi.sensitive.props.key.protected}
--- End diff --
Thanks for catching this Bryan. It was an issue where the tool had to merge
two instances of `Properties` together and the logic wasn't checking the right
key set. Added a test and fixed. Empty protection values no longer stop the
field from being protected.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---