From 765104bb4eb6014a62961edc3d17d95a8a2ae321 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 1 Jan 2026 23:15:51 +0900 Subject: [PATCH] REFACTOR(authelia): remove falco-ui-secret - Use Authelia SSO instead - Remove basic auth secret --- falco/helm-values.yaml | 4 ++-- falco/kustomization.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/falco/helm-values.yaml b/falco/helm-values.yaml index fe52f5d..b8ff812 100644 --- a/falco/helm-values.yaml +++ b/falco/helm-values.yaml @@ -153,8 +153,8 @@ falcosidekick: - "--maxmemory 200mb" - "--maxmemory-policy allkeys-lru" - # Use custom secret for authentication - existingSecret: falco-ui-secret + # Authentication disabled - using Authelia SSO + # existingSecret: falco-ui-secret # RBAC rbac: diff --git a/falco/kustomization.yaml b/falco/kustomization.yaml index 6802ef0..bd43e8a 100644 --- a/falco/kustomization.yaml +++ b/falco/kustomization.yaml @@ -1,5 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- vault/falco-ui-secret.yaml - ingress.yaml