Skip to content
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

[FEATURE] Support kubernetes secrets as a fallback #245

Open
stephenlacy opened this issue Jul 28, 2021 · 0 comments
Open

[FEATURE] Support kubernetes secrets as a fallback #245

stephenlacy opened this issue Jul 28, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@stephenlacy
Copy link

I implemented a basic version of using kubernetes secrets as a fallback method here: stephenlacy@56e6cd1

Usage in a docker container:

ENTRYPOINT doppler run --kubernetes-secrets-fallback --kubernetes-namespace app -- "/app/bin/$PACKAGE"

The main premise is on a kubernetes cluster the pods are auto-scaling, as such they can and will restart at any time. If for any reason doppler services are unavailable then 100% of the restarting pods will fail and will cause a crash loop.

Not sure if there are plans of supporting fallbacks as modules, if so having an AWS KMS and kubernetes secret fallback would be interesting.

@stephenlacy stephenlacy added the enhancement New feature or request label Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants