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

View file

@ -0,0 +1,16 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: argocd-dex-server
spec:
template:
spec:
containers:
- name: dex
env:
- name: ARGO_WORKFLOWS_SSO_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: argo-workflows-sso
key: client-secret