Skip to content

Commit

Permalink
dbildungs-iam-server
Browse files Browse the repository at this point in the history
dbildungs-iam-server-gha committed Dec 19, 2024
1 parent 7d1cb89 commit b01a244
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/dbildungs-iam-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: SPSH-1574
appVersion: spsh-1570
description: dBildungs-IAM-server
name: dbildungs-iam-server
type: application
version: 0.0.0-spsh-1574-20241218-1954
version: 0.0.0-spsh-1570-20241219-0601
8 changes: 8 additions & 0 deletions automation/dbildungs-iam-server/config/config.json
Original file line number Diff line number Diff line change
@@ -30,6 +30,14 @@
"PASSWORD": "",
"USE_TLS": false
},

"LDAP": {
"URL": "ldap://spsh-xxx.svc.cluster.local",
"BIND_DN": "cn=admin,dc=schule-sh,dc=de",
"ADMIN_PASSWORD": "password",
"BASE_DN": "dc=schule-sh,dc=de"
},

"DATA": {
"ROOT_ORGANISATION_ID": "d39cb7cf-2f9b-45f1-849f-973661f2f057"
},
1 change: 1 addition & 0 deletions automation/dbildungs-iam-server/values.yaml
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ ldap:
bindDN: cn=admin,dc=schule-sh,dc=de
oeffentlicheSchulenDomain: schule-sh.de
ersatzschulenDomain: ersatzschule-sh.de
base_dn: dc=schule-sh,dc=de

itslearning:
root: sh

0 comments on commit b01a244

Please sign in to comment.