diff --git a/services/proxy/pkg/middleware/authentication.go b/services/proxy/pkg/middleware/authentication.go index 4f77f36b09..99dced8d68 100644 --- a/services/proxy/pkg/middleware/authentication.go +++ b/services/proxy/pkg/middleware/authentication.go @@ -30,6 +30,7 @@ var ( _unprotectedPaths = map[string]struct{}{ "/": {}, "/login": {}, + "/settings": {}, "/app/list": {}, "/config.json": {}, "/manifest.json": {},