!not-ready-for-release!
${version-number}
- US969005: Add support for getting secrets from configurable sources.
- Secrets can be retrieved from the following sources:
- Environment variables (direct value) - enabled via
CAF_ENABLE_ENV_SECRETS
(defaults totrue
) - File content (path specified by environment variable with
_FILE
suffix) - enabled viaCAF_ENABLE_FILE_SECRETS
(defaults tofalse
)
- Environment variables (direct value) - enabled via
- Secrets can be retrieved from the following sources: