From 16f2ac464eb7267f1c4d87c3ccaca2c91a7ecc1b Mon Sep 17 00:00:00 2001 From: Dominik Henneke Date: Thu, 12 Oct 2023 17:31:25 +0200 Subject: [PATCH] fix(intercom-service): Allow access from the non-istio domain and reference to the correct synapse hostname --- helmfile/apps/intercom-service/values.gotmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile/apps/intercom-service/values.gotmpl b/helmfile/apps/intercom-service/values.gotmpl index bee4721a..afcb9a17 100644 --- a/helmfile/apps/intercom-service/values.gotmpl +++ b/helmfile/apps/intercom-service/values.gotmpl @@ -14,14 +14,14 @@ global: ics: secret: {{ .Values.secrets.intercom.secret }} issuerBaseUrl: "https://{{ .Values.global.hosts.keycloak }}.{{ .Values.global.domain }}/realms/souvap" - originRegex: "{{ .Values.istio.domain }}" + originRegex: "{{ .Values.istio.domain }}|{{ .Values.global.domain }}" default: domain: "{{ .Values.global.domain }}" oidc: secret: {{ .Values.secrets.keycloak.clientSecret.intercom }} matrix: asSecret: {{ .Values.secrets.jitsi.synapseAsToken }} - serverName: "matrix.{{ .Values.global.domain }}" + serverName: "{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}" portal: apiKey: {{ .Values.secrets.centralnavigation.apiKey }} redis: