
envoy.config.grpc_credential.v3.aws_iam.proto Maven / Gradle / Ivy
The newest version!
syntax = "proto3";
package envoy.config.grpc_credential.v3;
import "envoy/annotations/deprecation.proto";
import "udpa/annotations/status.proto";
import "udpa/annotations/versioning.proto";
import "validate/validate.proto";
option java_package = "io.envoyproxy.envoy.config.grpc_credential.v3";
option java_outer_classname = "AwsIamProto";
option java_multiple_files = true;
option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/grpc_credential/v3;grpc_credentialv3";
option (udpa.annotations.file_status).package_version_status = ACTIVE;
// [#protodoc-title: Grpc Credentials AWS IAM]
// Configuration for AWS IAM Grpc Credentials Plugin
// .. warning::
//
// This extension is deprecated and will be deleted in a future Envoy release, no
// later than Envoy 1.35, but possibly sooner.
//
// [#extension: envoy.grpc_credentials.aws_iam]
message AwsIamConfig {
option (udpa.annotations.versioning).previous_message_type =
"envoy.config.grpc_credential.v2alpha.AwsIamConfig";
// The `service namespace
// `_
// of the Grpc endpoint.
//
// Example: appmesh
string service_name = 1 [
deprecated = true,
(validate.rules).string = {min_len: 1},
(envoy.annotations.deprecated_at_minor_version) = "3.0"
];
// The `region `_ hosting the Grpc
// endpoint. If unspecified, the extension will use the value in the ``AWS_REGION`` environment
// variable.
//
// Example: us-west-2
string region = 2 [deprecated = true, (envoy.annotations.deprecated_at_minor_version) = "3.0"];
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy