Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

[Feature] Support some combination of Environment variables and config file #36

@polds

Description

@polds

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions