Expand description
Secret CRUD operations on the in-memory Murk state.
Functions§
- add_
secret - Add or update a secret in the working state.
If
scopedis 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.