Grpc Credentials AWS IAM
This extension may be referenced by the qualified name envoy.grpc_credentials.aws_iam
Note
This extension is functional but has not had substantial production burn time, use only with this caveat.
This extension does not operate on the data plane and hence is intended to be robust against untrusted traffic.
Configuration for AWS IAM Grpc Credentials Plugin
config.grpc_credential.v3.AwsIamConfig
[config.grpc_credential.v3.AwsIamConfig proto]
{
"service_name": "...",
"region": "..."
}
service_name
(string, REQUIRED) The service namespace of the Grpc endpoint.
Example: appmesh
region
(string) The region hosting the Grpc endpoint. If unspecified, the extension will use the value in the AWS_REGION
environment variable.
Example: us-west-2
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .