Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The AlterClientQuotas handler requires alter configs ACL privileges on the cluster. Whereas the DescribeClientQuotas handler required describe configs ACL privileges on the cluster. Ref: https://github.com/apache/kafka/blob/93068264a1ac6381592f33a649f7784629131b9b/core/src/main/scala/kafka/server/KafkaApis.scala#L3480-L3524 This fixes a bug where the AlterClientQuotas handler incorrectly required describe configs privileges instead of alter configs privileges on the cluster.
- Loading branch information