Skip to main content

Module secrets

Module secrets 

Source
Expand description

Secret CRUD operations on the in-memory Murk state.

Functions§

add_secret
Add or update a secret in the working state. If scoped is true, stores in scoped (encrypted to self only). Returns true if the key was new (no existing schema entry).
describe_key
Update or create a schema entry for a key.
get_secret
Look up a decrypted value. Scoped overrides take priority over shared values.
import_secrets
Import multiple secrets at once.
list_keys
Return key names from the vault schema, optionally filtered by tags.
remove_secret
Remove a secret from the working state and schema.