WIP: IPCEICIS-2435_oidc_in_argocd #15

Closed
Franz.Germann wants to merge 14 commits from feature/IPCEICIS-2435_oidc_in_argocd into development
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 27a0edb303 - Show all commits

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"]