Skip to content

Commit

Permalink
Merge pull request #22532 from vbotbuildovich/backport-pr-22520-v24.2…
Browse files Browse the repository at this point in the history
….x-712

[v24.2.x] CORE-2074 k/quotas: fix alter configs acl requirement
  • Loading branch information
piyushredpanda authored Jul 26, 2024
2 parents 3d7a9ab + d71cf1f commit b3654bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/kafka/server/handlers/client_quotas.cc
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ ss::future<response_ptr> alter_client_quotas_handler::handle(
}

if (!ctx.authorized(
security::acl_operation::describe_configs,
security::acl_operation::alter_configs,
security::default_cluster_name)) {
for (auto& entry : response.data.entries) {
entry.error_code = error_code::cluster_authorization_failed;
Expand Down

0 comments on commit b3654bf

Please sign in to comment.