vaultrs::auth::aws::config::identity

Function set

Source
pub async fn set(
    client: &impl Client,
    mount: &str,
    opts: Option<&mut ConfigureIdentityRequestBuilder>,
) -> Result<(), ClientError>
Expand description

This configures the way that Vault interacts with the Identity store.

See ConfigureIdentityRequest