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).