Commit 789f36ef by Kevin Falcone Committed by GitHub

Merge pull request #3344 from edx/jibsheet/ansible-provision-log-masking

Be more careful about what env we log in ansible-provision
parents eb743bee 86b8235e
......@@ -18,7 +18,10 @@
# - environment
# - name_tag
set -x
env
# Seeing the environment is fine, spewing secrets to the log isn't ok
env | grep -v AWS | grep -v ARN
export PYTHONUNBUFFERED=1
export BOTO_CONFIG=/var/lib/jenkins/${aws_account}.boto
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment