Compare commits

...

2 Commits

Author SHA1 Message Date
Tilman Lüttje
2c10e1b2ca set empty auth mechanism explicitly 2025-10-13 15:49:35 +02:00
Viktor Pracht
533eba85fd fix(open-xchange): Use masterpassword for mailfilter in migration pods 2025-10-13 14:37:42 +02:00

View File

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