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

Allow injecting OS env vars into YAML files via custom !env tag #70

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

dszoboszlay
Copy link
Contributor

This mechanism is intended for the handling of secrets: instead of having to store the secret in plain text in a .yml (or .ymlt) file, the value can be taken from an OS environment variable at the time the configuration is applied.

This mechanism is intended for the handling of secrets: instead of
having to store the secret in plain text in a .yml (or .ymlt) file,
the value can be taken from an OS environment variable at the time the
configuration is applied.
@dszoboszlay dszoboszlay force-pushed the inject-secrets-from-environment branch from 3656eff to 4ad2791 Compare July 5, 2023 14:55
@dszoboszlay dszoboszlay merged commit 4c1b6c5 into master Jul 5, 2023
@dszoboszlay dszoboszlay deleted the inject-secrets-from-environment branch July 5, 2023 15:51
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

Successfully merging this pull request may close these issues.

2 participants