auth_oidc_jwt

Function auth_oidc_jwt 

Source
pub async fn auth_oidc_jwt(
    vault_base_url: &str,
    shasta_token: &str,
    site_name: &str,
) -> Result<String, Error>
Expand description

Authenticate to Vault using a JWT token and return a Vault client token.