Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v24.2.x] CORE-2074 k/quotas: fix alter configs acl requirement #22532

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #22520

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.

(cherry picked from commit 2d068e2)
@vbotbuildovich vbotbuildovich added this to the v24.2.x-next milestone Jul 26, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jul 26, 2024
@vbotbuildovich vbotbuildovich requested a review from pgellert July 26, 2024 17:05
@pgellert
Copy link
Contributor

@piyushredpanda piyushredpanda merged commit b3654bf into redpanda-data:v24.2.x Jul 26, 2024
16 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants