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
+13 -5
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: |
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: