Skip to main content

get

Function get 

Source
pub fn get(
    store: &LocalFsStore,
    flags: &OpFlags,
    payload: Option<SecretsGetPayload>,
) -> Result<OpOutcome, OpError>
Expand description

op secrets get. Reads a secret back for the dev-store and Vault backends (symmetric to put); other kinds return NotYetImplemented (A9). Reads are not audited (matching list). By default only presence + metadata is returned; reveal: true includes the decrypted value.