Skip to main content

import_secrets

Function import_secrets 

Source
pub fn import_secrets(
    vault: &mut Vault,
    murk: &mut Murk,
    pairs: &[(String, String)],
) -> Vec<String>
Expand description

Import multiple secrets at once.

For each (key, value) pair, inserts the value into murk and ensures a schema entry exists. Returns the list of imported key names.