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.
|
# -- 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: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue