Skip to content

Commit aae0fba

Browse files
committed
fix: update CRDs
1 parent 4c3d280 commit aae0fba

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

traefik-crds/crds-files/traefik/traefik.io_middlewares.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,11 @@ spec:
496496
description: ForwardBody defines whether to send the request body
497497
to the authentication server.
498498
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
499504
maxBodySize:
500505
description: MaxBodySize defines the maximum body size in bytes
501506
allowed to be forwarded to the authentication server.

traefik/crds/traefik.io_middlewares.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,11 @@ spec:
496496
description: ForwardBody defines whether to send the request body
497497
to the authentication server.
498498
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
499504
maxBodySize:
500505
description: MaxBodySize defines the maximum body size in bytes
501506
allowed to be forwarded to the authentication server.

0 commit comments

Comments
 (0)