From f4f3b57f267e1646daef236ae384cb51750886ab Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:28:57 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 90929a0b8827b8132d0ae1d8790a380a9fa87c36 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 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/envoy/COMMIT b/envoy/COMMIT index f1f31a3ffd..b4c61ddeea 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -65bbace5fb0647ac6edc338c62cfc8fc69fda36e +90929a0b8827b8132d0ae1d8790a380a9fa87c36 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 98ed24b083..661af8e814 100755 --- a/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go +++ b/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go @@ -261,7 +261,8 @@ type JwtProvider struct { // // 1. The field is set to “true“. // - // 2. At least one “claim_to_headers“ header is added to the request. + // 2. At least one “claim_to_headers“ header is added to the request OR + // if “payload_in_metadata“ is set. ClearRouteCache bool `protobuf:"varint,17,opt,name=clear_route_cache,json=clearRouteCache,proto3" json:"clear_route_cache,omitempty"` }