feat(argo-workflows): Enable SSO through ArgoCD dex

This commit is contained in:
Peter 2026-04-01 21:35:16 +02:00
parent f684123734
commit ff4d1f2168
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
7 changed files with 88 additions and 48 deletions

View file

@ -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