From 7f2b39cb463c20e41c9eedc73a28f9df254021a1 Mon Sep 17 00:00:00 2001 From: Milton Moura Date: Thu, 22 Feb 2024 12:02:28 -0100 Subject: [PATCH] feat(element): Enable E2EE for Element Web and NeoDateFix Bot Signed-off-by: Milton Moura --- helmfile/apps/element/values-element.yaml.gotmpl | 2 +- .../element/values-matrix-neodatefix-bot.yaml.gotmpl | 2 +- helmfile/apps/element/values-well-known.yaml.gotmpl | 2 +- helmfile/environments/default/images.yaml | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helmfile/apps/element/values-element.yaml.gotmpl b/helmfile/apps/element/values-element.yaml.gotmpl index d23e605b..b143b5eb 100644 --- a/helmfile/apps/element/values-element.yaml.gotmpl +++ b/helmfile/apps/element/values-element.yaml.gotmpl @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 --- configuration: - endToEndEncryption: false + endToEndEncryption: true additionalConfiguration: logout_redirect_url: "https://{{ .Values.global.hosts.keycloak }}.{{ .Values.global.domain }}/realms/{{ .Values.platform.realm }}/protocol/openid-connect/logout?client_id=matrix&post_logout_redirect_uri=https%3A%2F%2F{{ .Values.global.hosts.univentionManagementStack }}.{{ .Values.global.domain }}" diff --git a/helmfile/apps/element/values-matrix-neodatefix-bot.yaml.gotmpl b/helmfile/apps/element/values-matrix-neodatefix-bot.yaml.gotmpl index e72ecb12..12341634 100644 --- a/helmfile/apps/element/values-matrix-neodatefix-bot.yaml.gotmpl +++ b/helmfile/apps/element/values-matrix-neodatefix-bot.yaml.gotmpl @@ -44,7 +44,7 @@ extraEnvVars: name: "matrix-neodatefix-bot-account" key: "access_token" - name: "ENABLE_CRYPTO" - value: "false" + value: "true" image: imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} diff --git a/helmfile/apps/element/values-well-known.yaml.gotmpl b/helmfile/apps/element/values-well-known.yaml.gotmpl index 2dbb51c9..4fd861ba 100644 --- a/helmfile/apps/element/values-well-known.yaml.gotmpl +++ b/helmfile/apps/element/values-well-known.yaml.gotmpl @@ -3,7 +3,7 @@ --- configuration: e2ee: - forceDisable: true + forceDisable: false containerSecurityContext: allowPrivilegeEscalation: false diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 8f221247..7cf3dd9a 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -48,9 +48,9 @@ images: # upstreamRegistry=registry.opencode.de # upstreamRepository=bmi/opendesk/components/supplier/nordeck/images/opendesk-element-web # dependencyType=supplier - registry: "registry.opencode.de" - repository: "bmi/opendesk/components/supplier/nordeck/images/opendesk-element-web" - tag: "1.8.2@sha256:0595292e824c039e9c088a845b3d49c6be93d46f9f99090783eb20cb1fc27227" + registry: "registry-1.docker.io" + repository: "vectorim/element-web" + tag: "develop-opendesk@sha256:3541cacc3d85e75cf34c9ac856d83a5b2280e9b1715cf515b8cb28cdab53ea62" # @supplier: "Element" # @mirrorFilter: '^(\d+)\.(\d+)\.(\d+)$' # @mirrorFrom: ['1', '8', '0'] @@ -174,7 +174,7 @@ images: # dependencyType=supplier registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/nordeck/images-mirror/matrix-neoboard-widget" - tag: "1.4.0@sha256:da04d6c3c3e07ec1fcb6ecec245adc48897f107a2ab84c39d8924de951744d9f" + tag: "1.12.0@sha256:2b2913cef614f2a81faea1997d9372b01347dadc3100d574b766df997d5ef2d5" # @supplier: "Nordeck" # @mirrorFilter: '^(\d+)\.(\d+)\.(\d+)$' # @mirrorFrom: ['1', '4', '0'] @@ -198,7 +198,7 @@ images: # dependencyType=supplier registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/nordeck/images-mirror/matrix-meetings-bot" - tag: "2.7.0@sha256:31e7b1fae0bdd3d712f8be1472f5b90dd567994c09a14aa5522a4ce94a1a7507" + tag: "2.8.0@sha256:db1d99c13a9facfd08a7da1d0a9c7c05715bad47110e93649ad6b389e462b42c" # @supplier: "Nordeck" # @mirrorFilter: '^(\d+)\.(\d+)\.(\d+)$' # @mirrorFrom: ['2', '7', '0'] @@ -210,7 +210,7 @@ images: # dependencyType=supplier registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/nordeck/images-mirror/matrix-meetings-widget" - tag: "1.6.0@sha256:d213a410d6fb92f63aafa26517a55ffded5cf47b5314dfadc6e28ce8ede4965f" + tag: "1.6.1@sha256:70bebd9293a977124a5da955e1a520381129d476d6414a083093c1b48a55dadd" # @supplier: "Nordeck" # @mirrorFilter: '^(\d+)\.(\d+)\.(\d+)$' # @mirrorFrom: ['1', '6', '0']