get_secret

Function get_secret 

Source
pub async fn get_secret(
    vault_auth_token: &str,
    vault_base_url: &str,
    secret_path: &str,
) -> Result<Value, Error>
Expand description

Get a secret from Vault’s KV store at secret_path.