Closed camjackson closed 7 years ago
This has been fixed in two ways:
tf
script now pipes all output via sed, which strips those out.It's not a particularly robust script, as the sed command would need to be updated for any new secrets, but it works for now.
At the moment all variables end up in the deployment logs in plaintext, including things like the database credentials and session secret.
This is especially a problem if the code is running from a public-facing CI pipeline (e.g. snap).