Earlier quoted context omitted.
There are two immediate reasons. The first is so that you can manage your secrets and env vars in the same way in development as you do in production. Engineers focus a lot on doing this for code, but this hasn't hit the env var space yet. The second is so that all your secrets live in one place. Doppler is your source of truth for secrets in the same way that GitHub is your source of truth for your code. Your develo…
But the [Secret Manger]( https://cloud.google.com/secret-manager ) from google is also easy to use and specially firebase environment config is exactly like the demo. Best wishes ...
Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
21–30 of 150 posts
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#22Congrats on the launch! This space is definitely evolving with how many environment configs and creds teams have to maintain for all their environments and services. I’m only familiar with Secrets Manager and Parameter Store and will check this out. Unfortunately, our customers are not going to be early adopters of this service but if it does the job well, this is something I can try and recommend them in future.
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#23Earlier quoted context omitted.
There are two immediate reasons. The first is so that you can manage your secrets and env vars in the same way in development as you do in production. Engineers focus a lot on doing this for code, but this hasn't hit the env var space yet. The second is so that all your secrets live in one place. Doppler is your source of truth for secrets in the same way that GitHub is your source of truth for your code. Your develo…
But the [Secret Manger]( https://cloud.google.com/secret-manager ) from google is also easy to use and specially firebase environment config is exactly like the demo. Best wishes ...
We also can write to AWS Parameter Store.
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#24What happens if Doppler is down or if there is a SNAFU when syncing the env in production?
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#25Earlier quoted context omitted.
Vault is definitely much more of a beast, but it also does a lot more, such as dynamic credentials. For just storing static secret/env vars this seems like a simpler solution.
Great point about dynamic secrets. This is an area we currently don't address, but it is definitely on our roadmap. There is a segment of the market for which dynamic secrets are an absolute requirement and we fully acknowledge that.
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#26- Is this basically the config management that's in Heroku, but it's possible to use with anything else?
- Any plans for open source? I think that's a big reason why people use Vault, or roll their own.
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#27Earlier quoted context omitted.
There are two immediate reasons. The first is so that you can manage your secrets and env vars in the same way in development as you do in production. Engineers focus a lot on doing this for code, but this hasn't hit the env var space yet. The second is so that all your secrets live in one place. Doppler is your source of truth for secrets in the same way that GitHub is your source of truth for your code. Your develo…
But the [Secret Manger]( https://cloud.google.com/secret-manager ) from google is also easy to use and specially firebase environment config is exactly like the demo. Best wishes ...
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#28Interesting. Couple Q's: - Is this basically the config management that's in Heroku, but it's possible to use with anything else? - Any plans for open source? I think that's a big reason why people use Vault, or roll their own.
- Our CLI is open source. No plans to open source the core product but have debated it internally.
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#29Looks great! What happens if Doppler is down or if there is a SNAFU when syncing the env in production?
1. Don't go down! We run two independent compute clusters on different managed infrastructure products (GKE and GAE) and route between them at the DNS layer to help avoid downtime
2. We store local encrypted fallback files on your infra via our CLI [1]. These local fallback files are fully managed and allow the CLI to continue to serve your secrets, even if our API or your internet connection is down. I use this heavily whenever I'm on a flight
3. More coming soon! (really)
Re: Launch HN: Doppler (YC W19) – Easily manage your env vars and secrets
#30Congrats on the launch. Great to see more products in this space. I'm also familiar (but never used) Envkey, which I think might also be from the YC alumni? but I'm not sure... Shameless plug: I created an open-source tool called envwarden[0], which is really just a simple wrapper around the Bitwarden[1] CLI (also open-source). envwarden helps you manage your server secrets and other variables inside your Bitwarden p…