fix: Use correct indentation for SSO config

This commit is contained in:
Peter 2026-04-01 21:51:47 +02:00
parent a15f95ab7d
commit 22caadfd4d
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -803,19 +803,18 @@ server:
# -- Give the server permissions to edit ClusterWorkflowTemplates. # -- Give the server permissions to edit ClusterWorkflowTemplates.
enableEditing: true enableEditing: true
# SSO configuration when SSO is specified as a server auth mode. # SSO configuration when SSO is specified as a server auth mode.
sso: sso:
enabled: true enabled: true
issuer: https://argocd.peterg.nl/api/dex issuer: https://argocd.peterg.nl/api/dex
# sessionExpiry defines how long your login is valid for in hours. (optional, default: 10h) sessionExpiry: 240h
sessionExpiry: 240h clientId:
clientId: name: argo-workflows-sso
name: argo-workflows-sso key: client-id
key: client-id clientSecret:
clientSecret: name: argo-workflows-sso
name: argo-workflows-sso key: client-secret
key: client-secret redirectUrl: https://argo-workflows.peterg.nl/oauth2/callback
redirectUrl: https://argo-workflows.peterg.nl/oauth2/callback
# -- Extra containers to be added to the server deployment # -- Extra containers to be added to the server deployment
extraContainers: [] extraContainers: []