From 1a55f81afef3a5fc252dc40ab4b64522e813a62c Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:48:38 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ daaf6658d422d081d209fb1e2be3e840bef108f9 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, 2 insertions(+), 3 deletions(-) diff --git a/envoy/COMMIT b/envoy/COMMIT index 7e9553a07..17ddeea49 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -9d9569037798db45a1fa2454e31726053ae1e268 +daaf6658d422d081d209fb1e2be3e840bef108f9 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 951965f60..01cf73180 100755 --- a/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go +++ b/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go @@ -651,8 +651,7 @@ type RemoteJwks struct { // Refetch JWKS if extracted JWT has no KID or a KID that does not match any cached JWKS's KID. // // In envoy, if :ref:`async JWKS fetching ` - // - // is enabled along with this field, then KID mismatch will trigger a new async fetch after appropriate backoff delay. + // is enabled along with this field, then KID mismatch will trigger a new async fetch after appropriate backoff delay. // // If async fetching is disabled, new JWKS is fetched on demand and the cache is isolated to the fetched worker thread. //