Ohai Chefs!
In the last couple of weeks, we have been working in a viable solution
to encrypt some Node Attributes.
We have some cookbooks which generate random passwords and some
sensitive data that needs to be encrypted.
I have released our work in the chef-encrypted-attribute gem:
http://onddo.github.io/chef-encrypted-attributes/
This gem allows to encrypt attributes generated in the cookbook side,
I mean, in the chef-run. These attributes can then be read from other
selected nodes.
Any comments or issues are welcome