fetch_secret

Function fetch_secret 

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

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