From 601bb4c955bc43956392c869916e1dcef4317747 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 7 Jul 2025 17:27:09 +0200 Subject: [PATCH] cleanup(proxy): Remove misleading comment The signedurl middleware is already adding the user to the context. --- services/proxy/pkg/middleware/signed_url_auth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/services/proxy/pkg/middleware/signed_url_auth.go b/services/proxy/pkg/middleware/signed_url_auth.go index 9c54bca77..b2fb7c02f 100644 --- a/services/proxy/pkg/middleware/signed_url_auth.go +++ b/services/proxy/pkg/middleware/signed_url_auth.go @@ -254,7 +254,6 @@ func (m SignedURLAuthenticator) Authenticate(r *http.Request) (*http.Request, bo return nil, false } - // TODO: set user in context m.Logger.Debug(). Str("authenticator", "signed_url"). Str("path", r.URL.Path).