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