From e72b0c8767ec4010ac574dc1d551c000b301a129 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Mon, 1 Sep 2025 21:47:46 +0000 Subject: [PATCH] chore: remove temporary auth override used for testing --- internal/config/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/config/config.go b/internal/config/config.go index d1973de65..d5e203c81 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -365,9 +365,6 @@ func Load() (*Config, error) { } } - // TEMPORARY: Force auth enabled for testing - cfg.DisableAuth = false - // Load proxy authentication settings if proxyAuthSecret := os.Getenv("PROXY_AUTH_SECRET"); proxyAuthSecret != "" { cfg.ProxyAuthSecret = proxyAuthSecret