-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for templating values #16
Comments
Hey @jaredallard! I'll pass this along to our product team, thanks for the recommendation! |
+1 after more than a year. If it supported templates, I'd use Doppler for my new project over other choices (like AWS Secrets Manager + ExternalSecrets). Why do I need this feature?
I think I did a blog post on Doppler a year back, and I loved it. If templates are supported just like ExternalSecrets, it would be perfect. For now, I'll have to stay with ExternalSecrets. |
Thanks for the feedback, @IronCore864! It has been a while since this feature request was submitted but it's still very much something we're interested in building into the Doppler Kubernetes Operator. Most of our engineering focus thus far has gone into building up the Doppler backend but we're planning to make more investments in our open source projects like this one. In the meantime, external-secrets is a great option for accomplishing what you're describing! We added a Doppler provider to the external-secrets project so you can actually fetch secrets from Doppler using the external-secrets operator. |
Honestly, at this point, I'm very content with the external-secrets operator. I'd be fine closing this in favor of that :) |
Sounds good, @jaredallard! I'm also fine leaving this open for visibility. Our goal is to bring the Doppler operator to feature parity with external-secrets and templating is a big part of that. |
It'd be really cool if we had the ability to take a value from Doppler and template it, like for example this vault-secrets-operator: https://github.com/ricoberger/vault-secrets-operator#using-templated-secrets
The text was updated successfully, but these errors were encountered: