apucher commented on code in PR #9391:
URL: https://github.com/apache/pinot/pull/9391#discussion_r983854279
##########
pinot-broker/src/main/java/org/apache/pinot/broker/api/resources/PinotClientRequest.java:
##########
@@ -195,6 +199,7 @@ public String cancelQuery(
@ApiResponses(value = {
@ApiResponse(code = 200, message = "Success"), @ApiResponse(code = 500,
message = "Internal server error")
})
+ @ManualAuthorization
public Map<Long, String> getRunningQueries() {
Review Comment:
is there any access control built into these?
--
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]