add kafka authorizer

This commit is contained in:
Kochetkov S 2026-07-17 18:05:46 +03:00
parent 9b0942f228
commit 0c1e3f8c59

View File

@ -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