Expand description
Vault initialization logic.
Structs§
- Discovered
Key - A key discovered from the environment or .env file.
- Init
Status - Status of an existing vault relative to a given key.
Functions§
- check_
init_ status - Check whether a secret key is authorized in an existing vault.
- create_
vault - Create a new vault with a single recipient.
- discover_
existing_ key - Try to find an existing age key: checks
MURK_KEYenv var first, then falls back to.envfile. ReturnsNoneif neither is set.