From 0c1e3f8c5933e7525215efb8e7ab373eafc1583f Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Fri, 17 Jul 2026 18:05:46 +0300 Subject: [PATCH] add kafka authorizer --- infrastructure/kafka/yc-k8s-test/kafka.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/kafka/yc-k8s-test/kafka.yaml b/infrastructure/kafka/yc-k8s-test/kafka.yaml index 82237b1..5b9b033 100644 --- a/infrastructure/kafka/yc-k8s-test/kafka.yaml +++ b/infrastructure/kafka/yc-k8s-test/kafka.yaml @@ -21,6 +21,9 @@ spec: size: 8Gi storageClass: local-path overrideConfiguration: + authorizer.class.name: org.apache.kafka.metadata.authorizer.StandardAuthorizer + allow.everyone.if.no.acl.found: true + super.users: User:controller_user;User:inter_broker_user offsets.topic.replication.factor: 1 transaction.state.log.replication.factor: 1 transaction.state.log.min.isr: 1