Commit 86b8235e by Kevin Falcone

Be more careful about what env we log in ansible-provision

Now that it can use AWS tokens for auth, we need to be careful about
just dumping env into logs (and thus into splunk).
parent 9c7fc649
......@@ -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