From d7ba859e6181ce793c63a9e19bac6f73ed170d4a Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 24 Apr 2026 15:09:10 +0200 Subject: [PATCH] no openid --- infra/values/base/keycloak-values.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/infra/values/base/keycloak-values.yaml b/infra/values/base/keycloak-values.yaml index 7b9445d..f295ed1 100644 --- a/infra/values/base/keycloak-values.yaml +++ b/infra/values/base/keycloak-values.yaml @@ -75,8 +75,7 @@ keycloakConfigCli: "publicClient": false, "redirectUris": ["https://git.forteapps.net/*"], "webOrigins": ["https://git.forteapps.net"], - "defaultClientScopes": ["basic", "openid", "email", "profile"], - "optionalClientScopes": ["address", "phone", "offline_access", "microprofile-jwt"], + "defaultClientScopes": ["basic", "email", "profile"], "attributes": { "k8s.secret.sync": "true", "k8s.secret.namespace": "gitea", @@ -117,12 +116,12 @@ extraDeploy: metadata: name: keycloak-client-registrar rules: - - apiGroups: [""] - resources: ["secrets"] - verbs: ["get", "list", "create", "update", "patch"] - - apiGroups: [""] - resources: ["namespaces"] - verbs: ["get", "list"] + - apiGroups: [ "" ] + resources: [ "secrets" ] + verbs: [ "get", "list", "create", "update", "patch" ] + - apiGroups: [ "" ] + resources: [ "namespaces" ] + verbs: [ "get", "list" ] # -- ClusterRoleBinding for the registrar ServiceAccount - apiVersion: rbac.authorization.k8s.io/v1 @@ -159,7 +158,7 @@ extraDeploy: containers: - name: registrar image: alpine:3.20 - command: ["/bin/sh", "-c"] + command: [ "/bin/sh", "-c" ] args: - | set -e