HACKER Q&A
📣 abrazensunset

What does your team use to sync and manage secrets?


Let's say you want to handle populating secrets in multiple places, in an enterprise team context. What do you use today, or what would yo use?

Two good examples I've seen are 1Password Secrets Automation and Doppler.com. Curious if there are any others, or what experience people have had with those.

Examples of where we would want to either sync or dynamically populate values: - CI/CD (e.g. GitHub Actions) - k8s - Local config files/dev environments - Docker - Terraform


  👤 yuppie_scum Accepted Answer ✓
AWS Secrets Manager or Parameter Store. No infrastructure needed for these, just IAM.

Alternatively there is Hashicorp Vault which is an industry darling but can be a bitch to set up and operate.


👤 danenania
We built EnvKey for exactly this purpose: https://envkey.com