dongxiaoman opened a new pull request, #9391: URL: https://github.com/apache/pinot/pull/9391
## Add Authentication Filter to Broker Endpoints Right now the Broker does not have Authentication Filter installed. The `ClientRequest` (a.k.a. the `/sql/` endpoints) are taking AccessControlFactory instance and doing Auth in code; However the other endpoints like `/appconfigs` and `/debug/` , `/routing/` endpoints are not authenticated. In this PR we add AuthenticationFilter like what we do in Controller. ## Simplified Model Right now we only manage by Identity, it is not implemented for the heuristic control of Table yet. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org