From 7de57fc936aa63b5783767968df7db8a0bed872a Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 1 Jan 2026 23:29:55 +0900 Subject: [PATCH] CHORE(authelia): disable falco-ui basic auth - Use Authelia SSO instead - Remove basic auth configuration --- falco/helm-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index e3e2a24..7035ed5 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -117,6 +117,7 @@ falcosidekick: webui: enabled: true replicaCount: 1 + disableauth: true # Disable basic auth - using Authelia SSO service: type: ClusterIP