chef-boneyard / opscode-pushy-server

Chef Push Jobs Server
https://docs.chef.io/push_jobs.html
Apache License 2.0
16 stars 10 forks source link

Use chef_secrets & veil throughout push-server #158

Closed stevendanna closed 7 years ago

stevendanna commented 7 years ago

We've moved all passwords and keys into the veil-managed secrets store at /etc/opscode/private-chef-secrets.json. This helps ensure that we don't write out passwords to more files than we need to.

Existing installs are automatically migrated to the new credentials system on reconfigure.

TODO: