feat(argo-workflows): Enable SSO through ArgoCD dex
This commit is contained in:
parent
f684123734
commit
ff4d1f2168
7 changed files with 88 additions and 48 deletions
|
|
@ -23,6 +23,12 @@ data:
|
|||
- profile
|
||||
- email
|
||||
- groups
|
||||
staticClients:
|
||||
- name: Argo Workflows
|
||||
id: argo-workflows-sso
|
||||
redirectURIs:
|
||||
- https://workflows.peterg.nl/oauth2/callback
|
||||
secretEnv: ARGO_WORKFLOWS_SSO_CLIENT_SECRET
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue