From 6fc87613d58e32aeadefbb351c1ef041af394145 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Fri, 26 Aug 2022 10:37:46 +0200 Subject: [PATCH] fix: add index.html to unprotected paths --- services/proxy/pkg/middleware/authentication.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/proxy/pkg/middleware/authentication.go b/services/proxy/pkg/middleware/authentication.go index 1a554dd46b..40945e324c 100644 --- a/services/proxy/pkg/middleware/authentication.go +++ b/services/proxy/pkg/middleware/authentication.go @@ -34,6 +34,7 @@ var ( "/app/list": {}, "/config.json": {}, "/manifest.json": {}, + "/index.html": {}, "/oidc-callback.html": {}, "/oidc-callback": {}, "/settings.js": {},