From 966513239e39b83e370d91b6e560b264a9cfebb6 Mon Sep 17 00:00:00 2001 From: Traefiker Bot <30906710+traefiker@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:52:03 +0200 Subject: [PATCH] chore: update CRDs to v1.5.0 --- traefik/crds/hub.traefik.io_apiportals.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/traefik/crds/hub.traefik.io_apiportals.yaml b/traefik/crds/hub.traefik.io_apiportals.yaml index a7ace5ac6..bc0417016 100644 --- a/traefik/crds/hub.traefik.io_apiportals.yaml +++ b/traefik/crds/hub.traefik.io_apiportals.yaml @@ -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. @@ -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