You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I use Kubernetes and it'd be really nice to commit the config file and have it save as a configmap, I can't because of the scopedToken, which I don't want to commit.
Describe the solution you'd like
I'd like to be able to create the scopeToken as a generic secret in Kubernetes and inject it into my deployment as an environment variable and then further consider the config file which is a mounted configmap.
So I'd like the ability to pass some (or all) values as environment variables and then fallback to config.
Describe alternatives you've considered
Right now my entire config is just a secret which makes updating the config difficult