Enabled dex for argocd
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 18s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 18s

This commit is contained in:
Ultradesu
2026-05-13 14:23:56 +01:00
parent 4212cdc26e
commit 688a91d04f
+17 -9
View File
@@ -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: |
name: Keycloak connectors:
issuer: https://auth.hexor.cy/auth/realms/hexor - type: oidc
clientID: $oidc-creds:id id: keycloak
clientSecret: $oidc-creds:secret name: Keycloak
requestedScopes: ["openid", "profile", "email", "offline_access"] config:
requestedIDTokenClaims: {"groups": {"essential": true}} issuer: https://auth.hexor.cy/auth/realms/hexor
refreshTokenThreshold: 2m clientID: $oidc-creds:id
clientSecret: $oidc-creds:secret
insecureEnableGroups: true
scopes:
- 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: