From 84d7fa2f4263aeeb8f506f8c8cf5d79a2aa693f5 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..2b55b30 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/application/o/yolokube-argocd/ + 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/application/o/yolokube-argocd/end-session/ --- kind: ConfigMap apiVersion: v1