vaultrs::kv2

Function set

source
pub async fn set<T: Serialize>(
    client: &impl Client,
    mount: &str,
    path: &str,
    data: &T,
) -> Result<SecretVersionMetadata, ClientError>
Expand description

Sets the value of the secret at the given path

See SetSecretRequest