phlipper / chef-monit

Chef cookbook for monit package
http://phlippers.net/chef-monit
MIT License
67 stars 69 forks source link

Credentials unencrypted #37

Open lgebhardt opened 10 years ago

lgebhardt commented 10 years ago

Setting the login credentials for the web interface using node['monit']['web_interface']['allow'] is resulting in the unencrypted credentials being available from the chef server. Is there a good way to remove them from the Ohai data collected after a chef client run?

Ideally I would like to populate them from an encrypted data bag instead of from an attribute. I'm doing this now in a round about manner by reading them and inserting into the allow array. But then they are captured by Ohai.