fix(open-xchange): Use masterpassword for mailfilter in migration pods

This commit is contained in:
Viktor Pracht
2025-10-13 12:54:15 +02:00
committed by Tilman Lüttje
parent 1da66c502c
commit 533eba85fd

View File

@@ -256,6 +256,9 @@ appsuite:
open-xchange-authentication-masterpassword: "enabled"
properties:
com.openexchange.calendar.allowOrganizerPartStatChanges: "true"
# Mailfilter
com.openexchange.mail.filter.passwordSource: global
com.openexchange.mail.filter.masterPassword: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }}
propertiesFiles:
/opt/open-xchange/etc/masterpassword-authentication.properties:
com.openexchange.authentication.masterpassword.password: {{ .Values.secrets.oxAppSuite.migrationsMasterPassword | quote }}