a few finishing touches
This commit is contained in:
parent
7c97b03c2b
commit
27a0edb303
2 changed files with 2 additions and 2 deletions
|
@ -7,5 +7,5 @@ metadata:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
data:
|
||||||
clientSecret: h37eb29EbQIVCMc9Fj82IqAQs1qvvv1R
|
clientSecret: RktYc3hFWXJabW5RbnlmdDdKbXpUUTF6OEZvalV1cnUK
|
||||||
immutable: false
|
immutable: false
|
||||||
|
|
|
@ -24,7 +24,7 @@ configs:
|
||||||
url: https://{{{ .Env.DOMAIN }}}/argocd
|
url: https://{{{ .Env.DOMAIN }}}/argocd
|
||||||
oidc.config: |
|
oidc.config: |
|
||||||
name: Keycloak
|
name: Keycloak
|
||||||
issuer: https://factory-192-168-198-2.traefik.me/keycloak/realms/cnoe
|
issuer: https://{{{ .Env.DOMAIN }}}/keycloak/realms/cnoe
|
||||||
clientID: argocd
|
clientID: argocd
|
||||||
clientSecret: $keycloak-oidc:clientSecret
|
clientSecret: $keycloak-oidc:clientSecret
|
||||||
requestedScopes: ["openid", "profile", "email", "groups"]
|
requestedScopes: ["openid", "profile", "email", "groups"]
|
||||||
|
|
Loading…
Reference in a new issue