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: 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