feat(ox-connector): Enable deputy permissions

This commit is contained in:
Norbert Tretkowski
2025-11-11 14:52:02 +01:00
parent ea7e6125e9
commit 4361ea3798
2 changed files with 3 additions and 0 deletions

View File

@@ -392,6 +392,8 @@ appsuite:
{{- end }}
open-xchange-authentication-application-storage-rdb: {{ ternary "enabled" "disabled" .Values.functional.groupware.davSupport.enabled }}
open-xchange-mail-categories: {{ ternary "enabled" "disabled" .Values.functional.groupware.mail.categories.enabled }}
# Enable deputy permissions
open-xchange-deputy: "enabled"
properties:
com.openexchange.hostname: {{ printf "%s.%s" .Values.global.hosts.openxchange .Values.global.domain }}
com.openexchange.share.guestHostname: {{ printf "%s.%s" .Values.global.hosts.openxchange .Values.global.domain }}

View File

@@ -47,6 +47,7 @@ openXchange:
password: {{ .Values.secrets.oxAppSuite.adminPassword | quote }}
oxSmtpServer: "smtp://127.0.0.1:587"
oxSoapServer: {{ printf "http://%s.%s.svc.%s" "open-xchange-core-mw-admin" (.Values.apps.oxAppSuite.namespace | default .Release.Namespace) .Values.cluster.networking.domain | quote }}
oxDeputyPermissions: true
provisioningApi:
connection: