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"` }