vaultrs::kv2

Function list

source
pub async fn list(
    client: &impl Client,
    mount: &str,
    path: &str,
) -> Result<Vec<String>, ClientError>
Expand description

Lists all secret keys at the given path

See ListSecretsRequest