fix: Use correct indentation for SSO config
This commit is contained in:
parent
a15f95ab7d
commit
22caadfd4d
1 changed files with 12 additions and 13 deletions
|
|
@ -803,19 +803,18 @@ server:
|
|||
# -- Give the server permissions to edit ClusterWorkflowTemplates.
|
||||
enableEditing: true
|
||||
|
||||
# SSO configuration when SSO is specified as a server auth mode.
|
||||
sso:
|
||||
enabled: true
|
||||
issuer: https://argocd.peterg.nl/api/dex
|
||||
# sessionExpiry defines how long your login is valid for in hours. (optional, default: 10h)
|
||||
sessionExpiry: 240h
|
||||
clientId:
|
||||
name: argo-workflows-sso
|
||||
key: client-id
|
||||
clientSecret:
|
||||
name: argo-workflows-sso
|
||||
key: client-secret
|
||||
redirectUrl: https://argo-workflows.peterg.nl/oauth2/callback
|
||||
# SSO configuration when SSO is specified as a server auth mode.
|
||||
sso:
|
||||
enabled: true
|
||||
issuer: https://argocd.peterg.nl/api/dex
|
||||
sessionExpiry: 240h
|
||||
clientId:
|
||||
name: argo-workflows-sso
|
||||
key: client-id
|
||||
clientSecret:
|
||||
name: argo-workflows-sso
|
||||
key: client-secret
|
||||
redirectUrl: https://argo-workflows.peterg.nl/oauth2/callback
|
||||
|
||||
# -- Extra containers to be added to the server deployment
|
||||
extraContainers: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue