Add OIDC to argocd

This commit is contained in:
Ruben Hensen
2026-04-06 18:44:32 +02:00
parent faaf6b6729
commit 0fd7bf1135
7 changed files with 106 additions and 6 deletions
+10 -1
View File
@@ -6,7 +6,16 @@ metadata:
app.kubernetes.io/name: argocd-cm
app.kubernetes.io/part-of: argocd
data:
# kustomize.buildOptions: "--enable-helm"
url: https://argocd.rubenhensen.nl
oidc.config: |
name: Authentik
issuer: https://authentik.rubenhensen.nl/application/o/argocd/
clientID: argocd
clientSecret: $oidc.authentik.clientSecret
requestedScopes:
- openid
- profile
- email
resource.exclusions: |
- apiGroups:
- "velero.io"