Re: ACL for hosts

2017-09-26 Thread Bastien Durel
Le mardi 26 septembre 2017 à 16:30 +0200, Bastien Durel a écrit : > Hello, > > I want to allow any user to consume messages from any host, but > restrict publishing from only one host (and one user), so I think I > need ACLs > > I use the default authorizer : > authorizer.class.name=kafka.securi

ACL for hosts

2017-09-26 Thread Bastien Durel
Hello, I want to allow any user to consume messages from any host, but restrict publishing from only one host (and one user), so I think I need ACLs I use the default authorizer : authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer I added the following ACLs to allow anyone to read fr