From 5e1ef10d6d79bdcd9796c8b5e28e7a0c2c13810c Mon Sep 17 00:00:00 2001 From: dbildungs-iam-server-gha Date: Wed, 18 Dec 2024 07:43:12 +0000 Subject: [PATCH] dbildungs-iam-server --- automation/dbildungs-iam-server/Chart.yaml | 4 ++-- automation/dbildungs-iam-server/config/config.json | 5 +---- automation/dbildungs-iam-server/templates/configmap.yaml | 2 -- automation/dbildungs-iam-server/templates/secret.yaml | 2 -- automation/dbildungs-iam-server/values.yaml | 6 ------ 5 files changed, 3 insertions(+), 16 deletions(-) diff --git a/automation/dbildungs-iam-server/Chart.yaml b/automation/dbildungs-iam-server/Chart.yaml index 696bb817c..5db2ebe90 100644 --- a/automation/dbildungs-iam-server/Chart.yaml +++ b/automation/dbildungs-iam-server/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: SPSH-1034 +appVersion: SPSH-1651 description: dBildungs-IAM-server name: dbildungs-iam-server type: application -version: 0.0.0-spsh-1034-20241218-0618 +version: 0.0.0-spsh-1651-20241218-0742 diff --git a/automation/dbildungs-iam-server/config/config.json b/automation/dbildungs-iam-server/config/config.json index fe0c083bf..c2fac1396 100644 --- a/automation/dbildungs-iam-server/config/config.json +++ b/automation/dbildungs-iam-server/config/config.json @@ -75,10 +75,7 @@ "REALM": "defrealm" }, "IMPORT": { - "CSV_FILE_MAX_SIZE_IN_MB": 10, - "CSV_MAX_NUMBER_OF_USERS": 2000, - "PASSPHRASE_SECRET": "44abDqJk2qgwRbpGfO0VZx7DpXeFsm7R", - "PASSPHRASE_SALT": "YDp6fYkbUcj4ZkyAOnbAHGQ9O72htc5M" + "IMPORT_FILE_MAXGROESSE_IN_MB": 10 }, "SYSTEM": { "RENAME_WAITING_TIME_IN_SECONDS": 3, diff --git a/automation/dbildungs-iam-server/templates/configmap.yaml b/automation/dbildungs-iam-server/templates/configmap.yaml index efd132aeb..67068141c 100644 --- a/automation/dbildungs-iam-server/templates/configmap.yaml +++ b/automation/dbildungs-iam-server/templates/configmap.yaml @@ -29,5 +29,3 @@ data: ITSLEARNING_ROOT_OEFFENTLICH: '{{ .Values.itslearning.rootOeffentlich }}' ITSLEARNING_ROOT_ERSATZ: '{{ .Values.itslearning.rootErsatz }}' NODE_OPTIONS: "--max-old-space-size={{ .Values.backend.env.maxOldSpaceSize }}" - IMPORT_CSV_FILE_MAX_SIZE_IN_MB: '{{ .Values.import.csvFileMaxSizeInMB }}' - IMPORT_CSV_MAX_NUMBER_OF_USERS: '{{ .Values.import.csvMaxNumberOfUsers }}' diff --git a/automation/dbildungs-iam-server/templates/secret.yaml b/automation/dbildungs-iam-server/templates/secret.yaml index 1083931d2..4b0c37d22 100644 --- a/automation/dbildungs-iam-server/templates/secret.yaml +++ b/automation/dbildungs-iam-server/templates/secret.yaml @@ -30,6 +30,4 @@ data: vidis-region-name: {{ .Values.auth.vidis_region_name }} vidis-keycloak-group: {{ .Values.auth.vidis_keycloak_group }} vidis-keycloak-role: {{ .Values.auth.vidis_keycloak_role }} - import-passphrase-secret: {{ .Values.auth.import_passphrase_secret }} - import-passphrase-salt: {{ .Values.auth.import_passphrase_salt }} {{- end }} diff --git a/automation/dbildungs-iam-server/values.yaml b/automation/dbildungs-iam-server/values.yaml index 064890176..889ee89ba 100644 --- a/automation/dbildungs-iam-server/values.yaml +++ b/automation/dbildungs-iam-server/values.yaml @@ -64,8 +64,6 @@ auth: vidis_region_name: '' vidis_keycloak_group: '' vidis_keycloak_role: '' - import_passphrase_secret: '' - import_passphrase_salt: '' backend: replicaCount: 1 @@ -195,7 +193,3 @@ cronjobs: endpoint: '/api/cron/unlock' httpMethod: 'PUT' script: 'cron_trigger.sh' - -import: - csvFileMaxSizeInMB: 10 - csvMaxNumberOfUsers: 2000