From e175f3cfe7d04cf4fedb6ffe0af15abb09c307a5 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 29 Sep 2024 17:20:43 +0200 Subject: [PATCH] add OIDC to argocd --- argo/cm.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/argo/cm.yaml b/argo/cm.yaml index ac7cc39..f21bb99 100644 --- a/argo/cm.yaml +++ b/argo/cm.yaml @@ -22,6 +22,16 @@ data: - CiliumIdentity clusters: - "*" + url: https://argo.services.yolokube.de + oidc.config: | + name: aaronID + issuer: https://auth.ar21.de + clientID: Oqeex54ocbhpJ0ZIktwQS4nmxTCE0lfVtCEmHNSw + clientSecret: $oidc.aaronid.clientSecret + + # Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"] + requestedScopes: ["openid", "profile", "email"] + logoutURL: https://auth.ar21.de/flows/-/default/invalidation/ --- kind: ConfigMap apiVersion: v1