Skip to content

Commit

Permalink
chore: update CRDs to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
traefiker authored Jul 1, 2024
1 parent 228c4e4 commit 9665132
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions traefik/crds/hub.traefik.io_apiportals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ spec:
description: EmailClaim is the name of the JWT claim containing
the user email.
type: string
externalIdClaim:
description: ExternalIDClaim is the name of the JWT claim containing
the user external ID.
type: string
firstnameClaim:
description: FirstnameClaim is the name of the JWT claim containing
the user firstname.
Expand Down Expand Up @@ -121,6 +117,16 @@ spec:
description: SecretName is the name of the secret containing the
OIDC ClientSecret for accessing the exposed APIPortal WebUI.
type: string
syncedAttributes:
description: SyncedAttributes configure the user attributes to
sync.
items:
type: string
type: array
userIdClaim:
description: UserIDClaim is the name of the JWT claim containing
the user ID.
type: string
type: object
syncedAt:
format: date-time
Expand Down

0 comments on commit 9665132

Please sign in to comment.