pub async fn fetch_secret( vault_auth_token: &str, vault_base_url: &str, secret_path: &str, ) -> Result<Value, Error>
Fetch a secret from Vault’s KV store at secret_path.
secret_path