debugging
This commit is contained in:
parent
32955c8878
commit
b96dcafbbd
2 changed files with 9 additions and 3 deletions
|
@ -5,7 +5,7 @@ configs:
|
|||
params:
|
||||
server.insecure: true
|
||||
server.basehref: /argocd
|
||||
server.rootpath: /argocd
|
||||
# server.rootpath: /argocd
|
||||
cm:
|
||||
application.resourceTrackingMethod: annotation
|
||||
timeout.reconciliation: 60s
|
||||
|
@ -21,6 +21,12 @@ configs:
|
|||
clusters:
|
||||
- "*"
|
||||
accounts.provider-argocd: apiKey
|
||||
oidc.config: |
|
||||
name: Keycloak
|
||||
issuer: https://factory-192-168-198-2.traefik.me/keycloak/realms/cnoe
|
||||
clientID: argocd
|
||||
clientSecret: $keycloak-oidc:clientSecret
|
||||
requestedScopes: ["openid", "profile", "email", "groups"]
|
||||
rbac:
|
||||
policy.csv: 'g, provider-argocd, role:admin'
|
||||
|
||||
|
|
Loading…
Reference in a new issue