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

Merging in environment variables over top of properties #58

Open
MatthewFallon opened this issue Jul 17, 2022 · 2 comments
Open

Merging in environment variables over top of properties #58

MatthewFallon opened this issue Jul 17, 2022 · 2 comments

Comments

@MatthewFallon
Copy link

New feature request I've noticed. Instead of a defaults file with safe values for CI/CD systems, I would much more often like to be able to inject secrets such as API Keys through environment variables.

Parsing the environment for prefixed environment variables (something like SECRETS_NAME_OF_SECRET) to merge over top of the defaults and merging all of the mappings sensibly before injecting would be insanely helpful for CI/CD systems that also handle deployment to beta testing and the like.

@MatthewFallon
Copy link
Author

Should add to this that I'm also happy to work on the modification myself if it is to be added 👍

@kohenkatz
Copy link

I'm working on something similar to this idea now, probably as a mashup between some ideas from this project and some from https://github.com/uzzu/dotenv-gradle, but it's a hobby project for now, so I don't really have any target for completion yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants