chef / automate

Chef Automate provides a full suite of enterprise capabilities for maintaining continuous visibility into application, infrastructure, and security automation.
https://automate.chef.io/
Apache License 2.0
227 stars 113 forks source link

Secrets management #4739

Open AnkurMundhra opened 3 years ago

AnkurMundhra commented 3 years ago

What we want:

Existing issues: Need to close them

-|-


Aha! Link: https://chef.aha.io/epics/AUTO-E-10

trickyearlobe commented 3 years ago

Not sure if it's what you meant above with Store AWS/GCP/public cloud related credentials in Vault but in addition to considering Hashicorp Vault, we should consider the cloud native secrets management. It would be great to store secrets in AWS Secrets Manager or Azure KeyVault, and then use the native IAM functionality to grant access to the A2 VM's that need the secrets. That way, it's super simple to kill a broken VM and spin up a new one to replace it or do autoscaling for A2 cluster.

My view is that Chef Vault is not something we want to encourage people to use for secrets management at scale.