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
16
k8s-peterg/argocd/patches/deployments.yaml
Normal file
16
k8s-peterg/argocd/patches/deployments.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue