soumitra-st commented on PR #14414: URL: https://github.com/apache/pinot/pull/14414#issuecomment-2549465789
@ilamhs , have you looked at [FineGrainedAccessControl.hasAccess](https://github.com/apache/pinot/blob/2719c5c9bc695d5257a1b5309c951e4a8b7dac9a/pinot-core/src/main/java/org/apache/pinot/core/auth/FineGrainedAccessControl.java#L39) method? This method has access to the HttpHeaders. What information you need to access that is not present in HttpHeaders that requires access to the org.glassfish.grizzly.http.server.Request? If FineGrainedAccessControl interface fits your need, then consider developing using that. -- 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]
