Expand description
Configuration-secret storage and resolution helpers.
Secrets may come from files or inline configuration. The storage type does not redact output or erase memory when dropped.
Functions§
- is_set
- Whether a secret is configured at all.
- resolve
- Resolves a configured secret from a file or an inline value.
Type Aliases§
- Secret
- Owned string used for secret configuration values.