From e80e9d8bef982f9d7a66583a63a6b2009d4be11f Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Tue, 5 May 2026 21:01:09 +0200 Subject: [PATCH] disable guest and account creation in kaneo --- apps/kaneo/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/kaneo/release.yaml b/apps/kaneo/release.yaml index 0c2cc0f..e8bf6e1 100644 --- a/apps/kaneo/release.yaml +++ b/apps/kaneo/release.yaml @@ -75,3 +75,7 @@ spec: secretKeyRef: name: kaneo-authentik key: client_secret + - name: DISABLE_GUEST_ACCESS + value: "true" + - name: DISABLE_PASSWORD_REGISTRATION + value: "true"