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