mirror of
https://github.com/apache/druid.git
synced 2025-02-13 05:25:11 +00:00
Proposal #13469 Original PR #14024 A new method is being added in QueryLifecycle class to authorise a query based on authentication result. This method is required since we authenticate the query by intercepting it in the grpc extension and pass down the authentication result.