Jwt: implement clear route cache (#30699)

Commit Message: Follow-up to #30356 to implement clear_route_cache.
Risk Level: low, new field
Testing: done
Docs Changes: none
Release Notes: none
Issue: #29681

Mirrored from https://github.com/envoyproxy/envoy @ f0248a4765b483a2c103a814483eff79a2c1e4ed
main
update-envoy[bot] 1 year ago
parent 208a734d41
commit d5c11b2da7
  1. 1
      envoy/extensions/filters/http/jwt_authn/v3/config.proto

@ -320,7 +320,6 @@ message JwtProvider {
// This header is only reserved for jwt claim; any other value will be overwritten. // This header is only reserved for jwt claim; any other value will be overwritten.
repeated JwtClaimToHeader claim_to_headers = 15; repeated JwtClaimToHeader claim_to_headers = 15;
// [#not-implemented-hide:]
// Clears route cache in order to allow JWT token to correctly affect // Clears route cache in order to allow JWT token to correctly affect
// routing decisions. Filter clears all cached routes when: // routing decisions. Filter clears all cached routes when:
// //

Loading…
Cancel
Save