Re: Kafka ACL: topic with wildcard (*)

2021-07-13 Thread Dhirendra Singh
Thanks. it worked. Dhirendra. On Tue, Jul 13, 2021 at 6:48 PM Ran Lupovich wrote: > As you can see, using only *, it will create some trash  authorizations > which you might want to delete > > בתאריך יום ג׳, 13 ביולי 2021, 16:16, מאת Ran Lupovich ‏< > ranlupov...@gmail.com>: > > > Hello  in

Re: Kafka ACL: topic with wildcard (*)

2021-07-13 Thread Ran Lupovich
As you can see, using only *, it will create some trash  authorizations which you might want to delete בתאריך יום ג׳, 13 ביולי 2021, 16:16, מאת Ran Lupovich ‏< ranlupov...@gmail.com>: > Hello  in order to grant READ access to all topics like you did instead > of just * , which in this case

Re: Kafka ACL: topic with wildcard (*)

2021-07-13 Thread Ran Lupovich
Hello  in order to grant READ access to all topics like you did instead of just * , which in this case will take the files in current directory and as the name of the topic, use "*" with the " before and after.. good luck בתאריך יום ג׳, 13 ביולי 2021, 15:40, מאת Dhirendra Singh ‏<

Re: Kafka ACL: topic with wildcard (*)

2021-07-13 Thread Ran Lupovich
Use "*" בתאריך יום ג׳, 13 ביולי 2021, 15:40, מאת Dhirendra Singh ‏< dhirendr...@gmail.com>: > Hi All, > I am trying to add an acl for a user to have read permission on all topics. > I executed the following command. > > kafka-acls.sh --bootstrap-server kafka-dev:9092 --command-config >

Kafka ACL: topic with wildcard (*)

2021-07-13 Thread Dhirendra Singh
Hi All, I am trying to add an acl for a user to have read permission on all topics. I executed the following command. kafka-acls.sh --bootstrap-server kafka-dev:9092 --command-config client.properties --add --allow-principal User:kafka-consumer --operation read --topic * The output i got from