.. _envoy_v3_api_file_envoy/config/grpc_credential/v3/aws_iam.proto: Grpc Credentials AWS IAM ======================== This documentation is for the Envoy v3 API. As of Envoy v1.18 the v2 API has been removed and is no longer supported. If you are upgrading from v2 API config you may wish to view the v2 API documentation: :ref:`config/grpc_credential/v2alpha/aws_iam.proto ` .. _extension_envoy.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. .. tip:: This extension extends and can be used with the following extension category: - :ref:`envoy.grpc_credentials ` Configuration for AWS IAM Grpc Credentials Plugin .. _envoy_v3_api_msg_config.grpc_credential.v3.AwsIamConfig: config.grpc_credential.v3.AwsIamConfig -------------------------------------- :repo:`[config.grpc_credential.v3.AwsIamConfig proto] ` .. code-block:: json { "service_name": "...", "region": "..." } .. _envoy_v3_api_field_config.grpc_credential.v3.AwsIamConfig.service_name: service_name (`string `_, *REQUIRED*) The `service namespace `_ of the Grpc endpoint. Example: appmesh .. _envoy_v3_api_field_config.grpc_credential.v3.AwsIamConfig.region: 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