a few finishing touches

This commit is contained in:
franz.germann 2025-03-14 10:59:35 +01:00
parent 7c97b03c2b
commit 27a0edb303
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ metadata:
namespace: argocd
type: Opaque
data:
clientSecret: h37eb29EbQIVCMc9Fj82IqAQs1qvvv1R
clientSecret: RktYc3hFWXJabW5RbnlmdDdKbXpUUTF6OEZvalV1cnUK
immutable: false

View file

@ -24,7 +24,7 @@ configs:
url: https://{{{ .Env.DOMAIN }}}/argocd
oidc.config: |
name: Keycloak
issuer: https://factory-192-168-198-2.traefik.me/keycloak/realms/cnoe
issuer: https://{{{ .Env.DOMAIN }}}/keycloak/realms/cnoe
clientID: argocd
clientSecret: $keycloak-oidc:clientSecret
requestedScopes: ["openid", "profile", "email", "groups"]