NIFI-6667 Added variable to accept nifi.sensitive.props.key in Dockerfiles

This closes #5128

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Emilio Setiadarma 2021-06-04 09:07:42 -07:00 committed by exceptionfactory
parent a3c1cd074b
commit 8641b54a49
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,8 @@ prop_replace 'nifi.analytics.connection.model.implementation' "${NIFI_ANALYTIC
prop_replace 'nifi.analytics.connection.model.score.name' "${NIFI_ANALYTICS_MODEL_SCORE_NAME:-rSquared}"
prop_replace 'nifi.analytics.connection.model.score.threshold' "${NIFI_ANALYTICS_MODEL_SCORE_THRESHOLD:-.90}"
prop_replace 'nifi.sensitive.props.key' "${NIFI_SENSITIVE_PROPS_KEY:-}"
. "${scripts_dir}/update_cluster_state_management.sh"
# Check if we are secured or unsecured

View File

@ -63,6 +63,8 @@ prop_replace 'nifi.analytics.connection.model.implementation' "${NIFI_ANALYTIC
prop_replace 'nifi.analytics.connection.model.score.name' "${NIFI_ANALYTICS_MODEL_SCORE_NAME:-rSquared}"
prop_replace 'nifi.analytics.connection.model.score.threshold' "${NIFI_ANALYTICS_MODEL_SCORE_THRESHOLD:-.90}"
prop_replace 'nifi.sensitive.props.key' "${NIFI_SENSITIVE_PROPS_KEY:-}"
. "${scripts_dir}/update_cluster_state_management.sh"
# Check if we are secured or unsecured