Re: Kafka ACL - Access Denied while publishing the message

2017-10-04 Thread Manikumar
maybe you can list the created ACLs and cross-check the permissions. On Thu, Oct 5, 2017 at 9:51 AM, Ted Yu wrote: > From the example off: > https://cwiki.apache.org/confluence/display/KAFKA/ > Kafka+Authorization+Command+Line+Interface > > it seems following 'User:', the formation is te...@exam

Re: Kafka ACL - Access Denied while publishing the message

2017-10-04 Thread Ted Yu
>From the example off: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Authorization+Command+Line+Interface it seems following 'User:', the formation is te...@example.com Can you double check ? On Wed, Oct 4, 2017 at 8:55 PM, Awadhesh Gupta wrote: > Hi, > > I am working on Kafka Author

Kafka ACL - Access Denied while publishing the message

2017-10-04 Thread Awadhesh Gupta
Hi, I am working on Kafka Authorization using Kafka-ACL. I had enabled the aithorization configuring following in server.properties file authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer super.users=User:CN=pxrdc.myhost.com I executed following command to add ACL on topic test ./bin