fix(xwiki): Set superadmin password account only when debug is enabled

This commit is contained in:
Thorsten Roßner
2024-11-25 15:51:11 +01:00
parent e5ad0bb2e0
commit e2b3bd543f

View File

@@ -57,8 +57,10 @@ customConfigs:
xwiki.authentication.ldap.photo_attribute: "jpegPhoto"
## Enable the synchronization of the LDAP profile picture
xwiki.authentication.ldap.update_photo: 1
## Password of default user
{{ if .Values.debug.enabled }}
## Password of "superadmin" user, disables account if not password is set
xwiki.superadminpassword: {{ .Values.secrets.xwiki.superadminpassword | quote }}
{{ end }}
## LDAP Server configuration
xwiki.authentication.ldap.server: {{ .Values.ldap.host | quote }}
xwiki.authentication.ldap.port: 389