File tree 2 files changed +10
-0
lines changed
traefik-crds/crds-files/traefik
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -496,6 +496,11 @@ spec:
496
496
description : ForwardBody defines whether to send the request body
497
497
to the authentication server.
498
498
type : boolean
499
+ headerField :
500
+ description : |-
501
+ HeaderField defines a header field to store the authenticated user.
502
+ More info: https://doc.traefik.io/traefik/v3.3/middlewares/http/forwardauth/#headerfield
503
+ type : string
499
504
maxBodySize :
500
505
description : MaxBodySize defines the maximum body size in bytes
501
506
allowed to be forwarded to the authentication server.
Original file line number Diff line number Diff line change @@ -496,6 +496,11 @@ spec:
496
496
description : ForwardBody defines whether to send the request body
497
497
to the authentication server.
498
498
type : boolean
499
+ headerField :
500
+ description : |-
501
+ HeaderField defines a header field to store the authenticated user.
502
+ More info: https://doc.traefik.io/traefik/v3.3/middlewares/http/forwardauth/#headerfield
503
+ type : string
499
504
maxBodySize :
500
505
description : MaxBodySize defines the maximum body size in bytes
501
506
allowed to be forwarded to the authentication server.
You can’t perform that action at this time.
0 commit comments