Skip to content

Commit

Permalink
dbildungs-iam-keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
dbildungs-iam-keycloak-gha committed Dec 17, 2024
1 parent 2d5d308 commit eee6a73
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automation/dbildungs-iam-keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: SPSH-1651
appVersion: dbp-1084
description: A Helm Chart for the dbildungs-iam-keycloak
name: dbildungs-iam-keycloak
type: application
version: 0.0.0-spsh-1651-20241217-1520
version: 0.0.0-dbp-1084-20241217-1523
4 changes: 2 additions & 2 deletions automation/dbildungs-iam-keycloak/dev-realm-spsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@
"oauth2.device.authorization.grant.enabled": "false",
"display.on.consent.screen": "false",
"backchannel.logout.revoke.offline.tokens": "false",
"acr.loa.map": "{\"gold\":\"10\", \"silver\":\"15\"}",
"acr.loa.map": "{\"gold\":\"10\"}",
"default.acr.values": "0"
},
"authenticationFlowBindingOverrides": {
Expand Down Expand Up @@ -2898,7 +2898,7 @@
"piservicepass" : "${PI_ADMIN_PASSWORD}",
"piserver" : "${PI_BASE_URL}",
"piserviceaccount" : "${PI_ADMIN_USER}",
"pidefaultmessage" : "Diese Aktion setzt eine Zwei-Faktor-Authentifizierung voraus. Bitte geben Sie die 6 Ziffern des Einmalpassworts von Ihrem 2FA-Token ein.",
"pidefaultmessage" : "Diese Aktion setzt eine Zwei-Faktor-Authentifizierung voraus. Bitte geben Sie das Einmalpasswort von Ihrem 2FA-Token ein.",
"preftokentype" : "OTP",
"pirealm" : "${PI_REALM}",
"pidolog" : "true",
Expand Down
2 changes: 1 addition & 1 deletion automation/dbildungs-iam-keycloak/prod-realm-spsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -2735,7 +2735,7 @@
"piservicepass" : "${PI_ADMIN_PASSWORD}",
"piserver" : "${PI_BASE_URL}",
"piserviceaccount" : "${PI_ADMIN_USER}",
"pidefaultmessage" : "Diese Aktion setzt eine Zwei-Faktor-Authentifizierung voraus. Bitte geben Sie die 6 Ziffern des Einmalpassworts von Ihrem 2FA-Token ein.",
"pidefaultmessage" : "Diese Aktion setzt eine Zwei-Faktor-Authentifizierung voraus. Bitte geben Sie das Einmalpasswort von Ihrem 2FA-Token ein.",
"preftokentype" : "OTP",
"pirealm" : "${PI_REALM}",
"pidolog" : "true",
Expand Down
4 changes: 1 addition & 3 deletions automation/dbildungs-iam-keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ spec:
env:
- name: JAVA_OPTS_APPEND
value: "-Djgroups.dns.query={{ template "common.names.name" . }}-headless.{{ template "common.names.namespace" . }}.svc.cluster.local"
- name: KC_HTTP_POOL_MAX_THREADS
value: "{{ .Values.threadPool }}"
- name: KEYCLOAK_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
Expand Down Expand Up @@ -178,4 +176,4 @@ spec:
name: {{ .Values.realm.name }}
{{- with .Values.extraVolumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
3 changes: 0 additions & 3 deletions automation/dbildungs-iam-keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ resources:
memory: "1Gi"
cpu: "150m"

# should be about 4 times the cpu count
threadPool: 16

startupProbe:
enabled: true
httpGet:
Expand Down

0 comments on commit eee6a73

Please sign in to comment.