From 437daf558fc16e697fa969b0e3a457705826d941 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sun, 15 Sep 2024 13:36:50 +0100 Subject: [PATCH] Require login Signed-off-by: Marcus Noble --- manifests/grist/grist.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/grist/grist.yaml b/manifests/grist/grist.yaml index e93d351..af0aec7 100644 --- a/manifests/grist/grist.yaml +++ b/manifests/grist/grist.yaml @@ -95,6 +95,8 @@ spec: value: "tank.tank.svc,matrix.cluster.fun" - name: GRIST_ANON_PLAYGROUND value: "false" + - name: GRIST_FORCE_LOGIN + value: "true" envFrom: - secretRef: name: grist