mayankshriv commented on issue #13148: URL: https://github.com/apache/pinot/issues/13148#issuecomment-2109092633
Hi @sudeshnasengupta, thanks for filing the issue. Were you able to debug what happens in the access control factory when it is initialized? It would be better to fix the drop-plugin approach than to add individual implementations, as they might bring in their own transitive dependencies. I'd say if you are able to debug why the plugin is not loaded, lets start from there? https://github.com/apache/pinot/blob/b91bc69ba8875cdb89e503f8aa2fe46fa163bc8b/pinot-broker/src/main/java/org/apache/pinot/broker/broker/AccessControlFactory.java#L49 -- 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]
