aws_credentials_web_identity (aws_credentials v1.0.3)
View SourceThis provider looks up credential information from web identity token Environment parameters:
- <<"role_session_name">> - this is provided to the credential fetch endpoint, and will label the provided session with that name, see: https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html#API_AssumeRoleWithWebIdentity_RequestParameters By default this is
erlang_aws_credentials
Summary
Functions
-spec fetch(aws_credentials_provider:options()) -> {error, _} | {ok, aws_credentials:credentials(), aws_credentials_provider:expiration()}.