From c90704a1e9472cbdb1eefc9b20d1f4aa978b32c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa-Mauri=C3=B1o?= Date: Tue, 13 Aug 2024 20:26:22 +0200 Subject: [PATCH] feat(nubus): Add custom UCR values --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 77 ++++++++++++++++++-- 1 file changed, 71 insertions(+), 6 deletions(-) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 5757d198..4b3d86cd 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -52,12 +52,77 @@ global: repository: {{ .Values.images.nubusPortalExtension.repository }} tag: {{ .Values.images.nubusPortalExtension.tag }} imagePullPolicy: {{ .Values.global.imagePullPolicy }} - -ingress: - certManager: - enabled: false - tls: - secretName: {{ .Values.ingress.tls.secretName | quote }} + imagePullPolicy: "IfNotPresent" + configUcr: + directory: + manager: + web: + modules: + users: + user: + add: + default: cn=openDesk User,cn=templates,cn=univention,{{ .Values.ldap.baseDn }} + properties: + description: + syntax: TextArea + firstname: + required: "true" + mailPrimaryAddress: + required: "true" + username: + syntax: uid + search: + autosearch: "False" + wizard: + property: + invite: + default: "True" + overridePWLength: + default: "False" + visible: "False" + pwdChangeNextLogin: + default: "True" + visible: "False" + wizard: + disabled: "No" + + ucs: + web: + theme: light + + umc: + cookie-banner: + show: "false" + login: + password-complexity-message: + de: "Das Passwort muss den folgenden Anforderungen entsprechen:
Anmerkung: Wird befinden uns nicht in einer Produktivumgebung." + en: "Password must comply with the following rules:
Note: We are in a non production (dev/test/demo) system." + module: + udm: + oxmail: + oxcontext: + disabled: "True" + portals: + all: + disabled: "True" + self-service: + passwordreset: + token_validity_period: 172800 + + password: + # quality: + # length: + # min: 8 + # required: + # chars: + # forbidden: + # chars: + # credit: + # digits: 1 + # upper: 0 + # other: 0 + # lower: 1 + # mspolicy: false ingress: certManager: