From 5d9168428a5cdac76212030e15f47093b0c45a8a Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:50:59 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 6da051b1f229235ef5956df18c2894198ce3a807 Signed-off-by: update-envoy[bot] <135279899+update-envoy[bot]@users.noreply.github.com> --- envoy/COMMIT | 2 +- envoy/extensions/filters/http/jwt_authn/v3/config.pb.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/envoy/COMMIT b/envoy/COMMIT index d0b0753406..8643b002c7 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -30c7d6cda5d4afafeeecb0ccb85b91c7c86b010c +6da051b1f229235ef5956df18c2894198ce3a807 diff --git a/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go b/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go index 0e9e86789f..4eebf05ff3 100755 --- a/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go +++ b/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go @@ -1747,9 +1747,9 @@ type JwtProvider_NormalizePayload struct { // Each claim in this list will be interpreted as a space-delimited string // and converted to a list of strings based on the delimited values. - // Example: a token with a claim “scopes: "email profile"“ is translated - // to dynamic metadata “scopes: ["email", "profile"]“ if this field is - // set value “["scopes"]“. This special handling of “scopes“ is + // Example: a token with a claim “scope: "email profile"“ is translated + // to dynamic metadata “scope: ["email", "profile"]“ if this field is + // set value “["scope"]“. This special handling of “scope“ is // recommended by `RFC8693 // `_. SpaceDelimitedClaims []string `protobuf:"bytes,1,rep,name=space_delimited_claims,json=spaceDelimitedClaims,proto3" json:"space_delimited_claims,omitempty"`