cleanup(proxy): Remove misleading comment

The signedurl middleware is already adding the user to the context.
This commit is contained in:
Ralf Haferkamp
2025-07-07 17:27:09 +02:00
parent ef30a996df
commit 601bb4c955
@@ -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).