no openid

This commit is contained in:
2026-04-24 15:09:10 +02:00
parent 07eb9b7051
commit d7ba859e61

View File

@@ -75,8 +75,7 @@ keycloakConfigCli:
"publicClient": false, "publicClient": false,
"redirectUris": ["https://git.forteapps.net/*"], "redirectUris": ["https://git.forteapps.net/*"],
"webOrigins": ["https://git.forteapps.net"], "webOrigins": ["https://git.forteapps.net"],
"defaultClientScopes": ["basic", "openid", "email", "profile"], "defaultClientScopes": ["basic", "email", "profile"],
"optionalClientScopes": ["address", "phone", "offline_access", "microprofile-jwt"],
"attributes": { "attributes": {
"k8s.secret.sync": "true", "k8s.secret.sync": "true",
"k8s.secret.namespace": "gitea", "k8s.secret.namespace": "gitea",
@@ -117,12 +116,12 @@ extraDeploy:
metadata: metadata:
name: keycloak-client-registrar name: keycloak-client-registrar
rules: rules:
- apiGroups: [""] - apiGroups: [ "" ]
resources: ["secrets"] resources: [ "secrets" ]
verbs: ["get", "list", "create", "update", "patch"] verbs: [ "get", "list", "create", "update", "patch" ]
- apiGroups: [""] - apiGroups: [ "" ]
resources: ["namespaces"] resources: [ "namespaces" ]
verbs: ["get", "list"] verbs: [ "get", "list" ]
# -- ClusterRoleBinding for the registrar ServiceAccount # -- ClusterRoleBinding for the registrar ServiceAccount
- apiVersion: rbac.authorization.k8s.io/v1 - apiVersion: rbac.authorization.k8s.io/v1
@@ -159,7 +158,7 @@ extraDeploy:
containers: containers:
- name: registrar - name: registrar
image: alpine:3.20 image: alpine:3.20
command: ["/bin/sh", "-c"] command: [ "/bin/sh", "-c" ]
args: args:
- | - |
set -e set -e