GCP Authentication Filter: Update the API proto for audience. (#20831)

Signed-off-by: Tianyu Xia <tyxia@google.com>

Mirrored from https://github.com/envoyproxy/envoy @ f0ba408c467e3b238d1ef49d81212bcfaa7a5176
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent 4819be1a9a
commit b9d14e22a3
  1. 7
      envoy/extensions/filters/http/gcp_authn/v3/gcp_authn.proto

@ -29,9 +29,8 @@ message GcpAuthnFilterConfig {
config.core.v3.RetryPolicy retry_policy = 2;
}
// Audience is the URL of the receiving service that performs token authentication.
// It will be provided to the filter through cluster's typed_filter_metadata.
message Audience {
// The map of audience key to audience value.
// The key is defined as the contract with control plane in the configuration. It is fixed string "audience_key".
// The value is URL of the receiving service that performs token authentication.
map<string, string> audience_map = 1;
string url = 1 [(validate.rules).string = {min_len: 1}];
}

Loading…
Cancel
Save