INNOCENT-BOY commented on a change in pull request #8314: URL: https://github.com/apache/pinot/pull/8314#discussion_r827826870
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/api/access/AccessControlUtils.java ########## @@ -93,4 +93,21 @@ public void validatePermission(Optional<String> tableNameOpt, AccessType accessT Response.Status.FORBIDDEN); } } + + public void validatePermission(HttpHeaders httpHeaders, String endpointUrl, + AccessControl accessControl) { + validatePermission("you", httpHeaders, endpointUrl, accessControl); Review comment: @apucher The original idea is to reuse the same name method. Now I have integrated the two methods into one. I have deleted this abrupt word "you". -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org