apache-kafka-security

Strimzi operator Kafka cluster ACL not enabling with type: simple

不想你离开。 提交于 2020-04-18 06:12:11
问题 We know to enable Kafka ACL property authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer to be added in server.properties but how to enable that if Kafka cluster is running by Strimzi operator? From Strimzi documents I have come to know in order to enable authorization, need to enable below code for kind: Kafka under spec: listeners: tls: authentication: type: tls Full code @kafka-zookeeper-apps-tls-enabled.yml Also the below code for kind: KafkaUser authentication: type: tls

No JAAS configuration section named 'Server' was foundin '/kafka/kafka_2.12-2.3.0/config/zookeeper_jaas.conf'

浪子不回头ぞ 提交于 2020-01-06 12:14:46
问题 when i run the zookeeper from the package in the kakfa_2.12-2.3.0 i am getting the following error $ export KAFKA_OPTS="-Djava.security.auth.login.config=/kafka/kafka_2.12-2.3.0/config/zookeeper_jaas.conf" $ ./bin/zookeeper-server-start.sh config/zookeeper.properties and the zookeeper_jaas.conf is KafkaServer { org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret" user_admin="admin-secret"; }; and the zookeeper.properties file is server

No JAAS configuration section named 'Server' was foundin '/kafka/kafka_2.12-2.3.0/config/zookeeper_jaas.conf'

﹥>﹥吖頭↗ 提交于 2019-12-01 17:37:32
问题 when i run the zookeeper from the package in the kakfa_2.12-2.3.0 i am getting the following error $ export KAFKA_OPTS="-Djava.security.auth.login.config=/kafka/kafka_2.12-2.3.0/config/zookeeper_jaas.conf" $ ./bin/zookeeper-server-start.sh config/zookeeper.properties and the zookeeper_jaas.conf is KafkaServer { org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret" user_admin="admin-secret"; }; and the zookeeper.properties file is server