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

Hostname validation in Kafka for SSL authentication

2017-10-03 Thread Awadhesh Gupta
Hi, I have enabled SSL certificate betwen my Kafka server and client communicaiton with correct host name in CSR of certificates. I've multiple hosts (100-200) that can produce the messages on the broker and would liek to share the same certificates for each of the hosts. For this, I want to kn

Re: SSL setup in Kafka 2.10.0.10.2.1 for keystore and truststore files

2017-10-03 Thread Awadhesh Gupta
is not your case - the error would be > different. > > Jakub > > On Fri, Sep 29, 2017 at 1:05 PM, Awadhesh Gupta > wrote: > > > Thanks M Manna. > > > > I followed the steps to recreate the keystore & truststore for SSL setup > on > > both Client&

Re: SSL setup in Kafka 2.10.0.10.2.1 for keystore and truststore files

2017-09-29 Thread Awadhesh Gupta
luent.io/blog/apache-kafka-security- > authorization-authentication-encryption/ > > Kindest Regards, > > On 28 September 2017 at 09:10, Awadhesh Gupta > wrote: > > > Hello, > > > > I am trying to setup Kafka SSL using certificates on my windows machine &

SSL setup in Kafka 2.10.0.10.2.1 for keystore and truststore files

2017-09-28 Thread Awadhesh Gupta
Hello, I am trying to setup Kafka SSL using certificates on my windows machine using reference of security_overview section of Kafka documents. I have created server.keystore.jks, client.keystore.jks and respective trust store file and signed it using keytool command. I followed complete steps as