Skip to content

Commit

Permalink
DBZ-861 Mark further sensitive env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane authored and gunnarmorling committed Sep 3, 2018
1 parent b0ee1f8 commit 1673e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connect-base/0.8/docker-entrypoint.sh
Expand Up @@ -3,7 +3,7 @@
# Exit immediately if a *pipeline* returns a non-zero status. (Add -x for command tracing)
set -e

SENSITIVE_PROPERTIES="CONNECT_SASL_JAAS_CONFIG"
SENSITIVE_PROPERTIES="CONNECT_SASL_JAAS_CONFIG,CONNECT_CONSUMER_SASL_JAAS_CONFIG,CONNECT_PRODUCER_SASL_JAAS_CONFIG"

if [[ -z "$BOOTSTRAP_SERVERS" ]]; then
# Look for any environment variables set by Docker container linking. For example, if the container
Expand Down
2 changes: 1 addition & 1 deletion connect-base/0.9/docker-entrypoint.sh
Expand Up @@ -3,7 +3,7 @@
# Exit immediately if a *pipeline* returns a non-zero status. (Add -x for command tracing)
set -e

SENSITIVE_PROPERTIES="CONNECT_SASL_JAAS_CONFIG"
SENSITIVE_PROPERTIES="CONNECT_SASL_JAAS_CONFIG,CONNECT_CONSUMER_SASL_JAAS_CONFIG,CONNECT_PRODUCER_SASL_JAAS_CONFIG"

if [[ -z "$BOOTSTRAP_SERVERS" ]]; then
# Look for any environment variables set by Docker container linking. For example, if the container
Expand Down

0 comments on commit 1673e14

Please sign in to comment.