top | item 31362230

Ask HN: What does your team use to sync and manage secrets?

4 points| abrazensunset | 3 years ago

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

2 comments

order

yuppie_scum|3 years ago

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.