[ https://issues.apache.org/jira/browse/NIFI-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359560#comment-17359560 ]
ASF subversion and git services commented on NIFI-6667: ------------------------------------------------------- Commit 8641b54a49d2215b870acc0f96203cbc7f61abe2 in nifi's branch refs/heads/main from Emilio Setiadarma [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8641b54 ] NIFI-6667 Added variable to accept nifi.sensitive.props.key in Dockerfiles This closes #5128 Signed-off-by: David Handermann <exceptionfact...@apache.org> > Nifi Docker doesn't have a way to set sensitive props key > --------------------------------------------------------- > > Key: NIFI-6667 > URL: https://issues.apache.org/jira/browse/NIFI-6667 > Project: Apache NiFi > Issue Type: Improvement > Components: Docker > Affects Versions: 1.9.2 > Reporter: James Sevener > Assignee: Emilio Setiadarma > Priority: Minor > Time Spent: 10m > Remaining Estimate: 0h > > secure.sh doesn't accept a variable to set sensitive props key. > Something like to following works. > {code:java} > : ${SENSITIVE_PROPS_KEY:?"Must specify an encryption passphrase to be used > for sensitive properties."} > prop_replace 'nifi.sensitive.props.key' > "${SENSITIVE_PROPS_KEY}"{code} -- This message was sent by Atlassian Jira (v8.3.4#803005)