vaultrs::kv2

Function read

source
pub async fn read<D: DeserializeOwned>(
    client: &impl Client,
    mount: &str,
    path: &str,
) -> Result<D, ClientError>
Expand description

Reads the value of the secret at the given path

See ReadSecretRequest