issues
search
poise
/
application_ruby
Development repository for Opscode Cookbook application_ruby
Apache License 2.0
124
stars
153
forks
source link
Prevent Database Secrets From Being Logged During Chef Run
#92
Closed
mugizico
closed
7 years ago
mugizico
commented
7 years ago
Why
chef run is outputing sensitive database secrets such as admin password, secure token, api keys, etc. to the shell and the log file.
How
add sensitive = true, the same way secrets.yml configs are handled.
coderanger
commented
7 years ago
Good catch, thanks!
Why
How