Enabled dex for argocd
This commit is contained in:
@@ -23,14 +23,22 @@ configs:
|
|||||||
admin.enabled: false
|
admin.enabled: false
|
||||||
statusbadge.enabled: true
|
statusbadge.enabled: true
|
||||||
timeout.reconciliation: 60s
|
timeout.reconciliation: 60s
|
||||||
oidc.config: |
|
dex.config: |
|
||||||
|
connectors:
|
||||||
|
- type: oidc
|
||||||
|
id: keycloak
|
||||||
name: Keycloak
|
name: Keycloak
|
||||||
|
config:
|
||||||
issuer: https://auth.hexor.cy/auth/realms/hexor
|
issuer: https://auth.hexor.cy/auth/realms/hexor
|
||||||
clientID: $oidc-creds:id
|
clientID: $oidc-creds:id
|
||||||
clientSecret: $oidc-creds:secret
|
clientSecret: $oidc-creds:secret
|
||||||
requestedScopes: ["openid", "profile", "email", "offline_access"]
|
insecureEnableGroups: true
|
||||||
requestedIDTokenClaims: {"groups": {"essential": true}}
|
scopes:
|
||||||
refreshTokenThreshold: 2m
|
- openid
|
||||||
|
- profile
|
||||||
|
- email
|
||||||
|
- offline_access
|
||||||
|
getUserInfo: true
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
policy.default: ""
|
policy.default: ""
|
||||||
@@ -64,7 +72,7 @@ dex:
|
|||||||
replicas: 1
|
replicas: 1
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
<<: *nodeSelector
|
<<: *nodeSelector
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
# Standard Redis disabled because Redis HA is enabled
|
# Standard Redis disabled because Redis HA is enabled
|
||||||
redis:
|
redis:
|
||||||
|
|||||||
Reference in New Issue
Block a user