Skip to content

Commit

Permalink
Redact private_docker_registry image and username
Browse files Browse the repository at this point in the history
- current grep only removes password lines
- this grep still displays `include_private_docker_registry`

[#144962927]

Signed-off-by: Michael Xu <mxu@pivotal.io>
  • Loading branch information
tcdowney authored and mikexuu committed May 11, 2017
1 parent f6918e0 commit c013252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test
Expand Up @@ -8,7 +8,7 @@ if [ ! -f "${CONFIG}" ]; then
fi

echo "Printing sanitized \$CONFIG"
grep -v password $CONFIG
grep -v -e password -e private_docker_registry_ $CONFIG

bin_dir=$(dirname "${BASH_SOURCE[0]}")
project_go_root="${bin_dir}/../../../../../"
Expand Down

0 comments on commit c013252

Please sign in to comment.