soumitra-st commented on issue #14595: URL: https://github.com/apache/pinot/issues/14595#issuecomment-2549463554
@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? -- 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]
