UOETianleZhang opened a new issue, #13121: URL: https://github.com/apache/pinot/issues/13121
In our broker wrapper, we oevrride `boolean hasAccess(RequesterIdentity requesterIdentity, BrokerRequest brokerRequest)` in [AccessControl.java](https://github.com/apache/pinot/blob/984b561669061435ffb5683ad18f661abf3d3cf9/pinot-broker/src/main/java/org/apache/pinot/broker/api/AccessControl.java#L51). Now we want to store some information calculated from `brokerRequest` into `RequestContext`. This may need interface changes such as a new API `boolean hasAccess(RequesterIdentity requesterIdentity, BrokerRequest brokerRequest, DefaultRequestContext requestContext)`. Alternatively, a generalized call back would also work which allows modification of `RequestContext` such as `processQueryContext()`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
