klarna / bec

The BitBucket Erlang Client
Apache License 2.0
47 stars 12 forks source link

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

Closed dszoboszlay closed 1 year ago

dszoboszlay commented 1 year ago

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.