From 544dd00c16313197b22debb29ff5cdbd99452de1 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Fri, 28 Mar 2025 11:49:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20adapt=20setting=20helm=20d?= =?UTF-8?q?ev=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The way that collaboration server authentifies the user has changed. We adapt the configuration to the new way of doing it, by removing the nginx auth url, and by adding COLLABORATION_BACKEND_BASE_URL setting. --- src/helm/env.d/dev/values.impress.yaml.gotmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/helm/env.d/dev/values.impress.yaml.gotmpl b/src/helm/env.d/dev/values.impress.yaml.gotmpl index df9f9fce..a06e3971 100644 --- a/src/helm/env.d/dev/values.impress.yaml.gotmpl +++ b/src/helm/env.d/dev/values.impress.yaml.gotmpl @@ -124,6 +124,7 @@ yProvider: tag: "latest" envVars: + COLLABORATION_BACKEND_BASE_URL: https://impress.127.0.0.1.nip.io COLLABORATION_LOGGING: true COLLABORATION_SERVER_ORIGIN: https://impress.127.0.0.1.nip.io COLLABORATION_SERVER_SECRET: my-secret @@ -136,9 +137,6 @@ ingress: ingressCollaborationWS: enabled: true host: impress.127.0.0.1.nip.io - - annotations: - nginx.ingress.kubernetes.io/auth-url: https://impress.127.0.0.1.nip.io/api/v1.0/documents/collaboration-auth/ ingressCollaborationApi: enabled: true