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
|
||||
type: Opaque
|
||||
data:
|
||||
clientSecret: h37eb29EbQIVCMc9Fj82IqAQs1qvvv1R
|
||||
clientSecret: RktYc3hFWXJabW5RbnlmdDdKbXpUUTF6OEZvalV1cnUK
|
||||
immutable: false
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue