package envoy.extensions.common.aws.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AssumeRoleWithWebIdentityCredentialProvider

credential_provider.proto:57

Configuration to use `AssumeRoleWithWebIdentity <https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`_ to retrieve AWS credentials.

Used in: AwsCredentialProvider

message AwsCredentialProvider

credential_provider.proto:22

Configuration for AWS credential provider. This is optional and the credentials are normally retrieved from the environment or AWS configuration files by following the default credential provider chain. However, this configuration can be used to override the default behavior.

Used in: filters.http.aws_request_signing.v3.AwsRequestSigning

message CredentialsFileCredentialProvider

credential_provider.proto:71

Used in: AwsCredentialProvider

message InlineCredentialProvider

credential_provider.proto:43

Configuration to use an inline AWS credential. This is an equivalent to setting the well-known environment variables ``AWS_ACCESS_KEY_ID``, ``AWS_SECRET_ACCESS_KEY``, and the optional ``AWS_SESSION_TOKEN``.

Used in: AwsCredentialProvider