Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #92 from 18F/mugizico/fix/sensitive-database
Browse files Browse the repository at this point in the history
Prevent Database Secrets From Being Logged During Chef Run
  • Loading branch information
coderanger authored Sep 7, 2017
2 parents e4b9c47 + afa40f3 commit aa3cd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/poise_application_ruby/resources/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def write_database_yml
group new_resource.parent.group
mode '640'
content new_resource.database_config_content
sensitive true
end
end

Expand Down

0 comments on commit aa3cd87

Please sign in to comment.