a2l007 opened a new pull request #6928: Add Config Resource filter to lookup introspection endpoint URL: https://github.com/apache/incubator-druid/pull/6928 The `/druid/v1/lookups/introspect/{lookupId}` endpoint is presently not secured with any ResourceFilter so every request to this endpoint within a secured cluster would result in the following error: ` io.druid.java.util.common.ISE: Request did not have an authorization check performed. ` This PR fixes the issue.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
