Hi SK,

Could you please take a look at this document (
https://developer.ibm.com/opentech/2017/05/31/kafka-acls-in-practice/) and 
confirm you performed the steps in Broker Setup on all brokers?

Thanks.
--Vahid



From:   Sruthi Kumar Annamneedu <sruthikumar...@gmail.com>
To:     users@kafka.apache.org
Date:   07/11/2017 07:29 PM
Subject:        Kafka authorizer ACLs question



Hi,

I am hoping someone from the community can help me clarify Kafka 
authorizer
feature.

*Question:* Do I have to set up any property other than '
authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer' in
server.properties file to activate ACLs using Kafka Authorizer?

*Background:* We have 3-node Kafka cluster (Cloudera environment). N1, N2,
and N3 for Kafka. On all 3 nodes, I have upated server properties file 
with
authorizer.class.name and also with 'allow.everyone.if.no.acl.found=false'
properties. Expectation is not to allow anyone to produce/consume message
on a test topic as I have not set up ACLs on test topic yet.

*Actual result:* I am able to produce/consumer messages just like setting
up these two properties. Not exactly sure what I am missing.

*Expected result:* Error message complaining about ACLs are blocking
producing/consuming messages.

Thank you in advance for your time.

Best,
SK




Reply via email to