divijvaidya commented on code in PR #18436: URL: https://github.com/apache/kafka/pull/18436#discussion_r1907079248
########## core/src/main/scala/kafka/server/ControllerApis.scala: ########## @@ -1065,7 +1065,8 @@ class ControllerApis( } // Unlike on the broker, DESCRIBE_CLUSTER on the controller requires a high level of // permissions (ALTER on CLUSTER). - authHelper.authorizeClusterOperation(request, ALTER) Review Comment: Unrelated to this PR but probably good to have. Could we update `authorizeClusterOperation` to log the missing permission as well in the exception. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org