diff --git a/envoy/COMMIT b/envoy/COMMIT index ccd3683933..4f940a2359 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -8b9b23b9a1d479b7e11212c865c647f2f78737e8 +3757d99a26c5ad11c096c4ddbbb0f484d6cf3bb9 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 5e996429da..0e9e86789f 100755 --- a/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go +++ b/envoy/extensions/filters/http/jwt_authn/v3/config.pb.go @@ -286,11 +286,13 @@ type JwtProvider struct { // Specify the claim name you want to copy in which HTTP header. For examples, following config: // The claim must be of type; string, int, double, bool. Array type claims are not supported // - // .. code-block:: yaml + // .. literalinclude:: /_configs/repo/jwt_authn.yaml // - // claim_to_headers: - // - name: x-jwt-claim-nested-claim - // claim: claim.nested.key + // :language: yaml + // :lines: 44-48 + // :linenos: + // :lineno-start: 44 + // :caption: :download:`jwt_authn.yaml ` // // This header is only reserved for jwt claim; any other value will be overwritten. ClaimToHeaders []*JwtClaimToHeader `protobuf:"bytes,15,rep,name=claim_to_headers,json=claimToHeaders,proto3" json:"claim_to_headers,omitempty"`