From edd3cbcb48c88e0e60f689429c645539a4bbd277 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 13 Jan 2026 00:38:25 +0000 Subject: [PATCH] modified: apps/argocd-config/argocd-cm.yaml modified: apps/argocd-config/external-secret.yaml --- apps/argocd-config/argocd-cm.yaml | 4 ++-- apps/argocd-config/external-secret.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/argocd-config/argocd-cm.yaml b/apps/argocd-config/argocd-cm.yaml index ee5f41d..065b0ec 100644 --- a/apps/argocd-config/argocd-cm.yaml +++ b/apps/argocd-config/argocd-cm.yaml @@ -13,8 +13,8 @@ data: oidc.config: | name: Authentik issuer: https://auth.apps.k3s.stabify.de/application/o/argo-cd/ - clientID: $argocd-oidc-secret:client_id - clientSecret: $argocd-oidc-secret:client_secret + clientID: $argocd-oidc-secret:oidc-client-id + clientSecret: $argocd-oidc-secret:oidc-client-secret requestedScopes: ["openid", "profile", "email", "groups"] # Resource Customizations (unverändert) diff --git a/apps/argocd-config/external-secret.yaml b/apps/argocd-config/external-secret.yaml index 18c1c84..5aa1574 100644 --- a/apps/argocd-config/external-secret.yaml +++ b/apps/argocd-config/external-secret.yaml @@ -12,11 +12,11 @@ spec: name: argocd-oidc-secret creationPolicy: Owner data: - - secretKey: client_id + - secretKey: oidc-client-id remoteRef: key: secret/apps/argocd property: oidc_client_id - - secretKey: client_secret + - secretKey: oidc-client-secret remoteRef: key: secret/apps/argocd property: oidc_client_secret