[SSH keys](https://github.com/StackStorm/chef-stackstorm/blob/5311f72616bf52b19d8d7860e17cef21b99a7f5a/attributes/user.rb#L6), auth-related `username:password`, [DB credentials](https://github.com/StackStorm/chef-stackstorm/blob/master/attributes/config.rb#L33-L41) should be stored in encrypted data bags. Refactor it to use data bags where possible to make the Cookbook more secure and production-ready. Good request by @shortdudey123 :+1:
SSH keys, auth-related
username:password, DB credentials should be stored in encrypted data bags.Refactor it to use data bags where possible to make the Cookbook more secure and production-ready.
Good request by @shortdudey123 👍