ansibleplaybookbundle / apb-base

Base image for APB development
Apache License 2.0
8 stars 14 forks source link

Bug 1565241 - stops using bash "-x" unless in debug mode #25

Closed mhrivnak closed 6 years ago

mhrivnak commented 6 years ago

The entrypoint formerly used "-x" in all cases, which would cause all user-provided parameters to be logged in plaintext. This could include sensitive data such as passwords.

Because "-x" is useful for debugging while doing APB development, this change introduces a new way to enable "-x" by setting an environment variable.