diff --git a/api/envoy/extensions/filters/http/jwt_authn/v3/config.proto b/api/envoy/extensions/filters/http/jwt_authn/v3/config.proto index 2a37b9f57d05..c2ad8f0f26f0 100644 --- a/api/envoy/extensions/filters/http/jwt_authn/v3/config.proto +++ b/api/envoy/extensions/filters/http/jwt_authn/v3/config.proto @@ -242,6 +242,7 @@ message JwtProvider { // string payload_in_metadata = 9; + // [#not-implemented-hide:] // Normalizes the payload representation in the request metadata. NormalizePayload normalize_payload_in_metadata = 18; @@ -320,6 +321,7 @@ message JwtProvider { // This header is only reserved for jwt claim; any other value will be overwritten. repeated JwtClaimToHeader claim_to_headers = 15; + // [#not-implemented-hide:] // Clears route cache in order to allow JWT token to correctly affect // routing decisions. Filter clears all cached routes when: //