mirror of https://github.com/apache/nifi.git
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:
parent
a3c1cd074b
commit
8641b54a49
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue