Re: Why authorization deny Read ACL doesn't work

2017-06-12 Thread linbo liao
Finally I figure it out, I miss add super user in config/server.properties. Now everything works fine. 2017-06-12 19:19 GMT+08:00 linbo liao : > Thanks Tom, I miss it. > > I added authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer, > and grant user:alice to operation p

Re: Why authorization deny Read ACL doesn't work

2017-06-12 Thread linbo liao
: 0Replicas: 0Isr: 0 > 2017-06-12 16:43 GMT+08:00 Tom Bentley : > Hi, > > Did you set > > authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer > > as described here > at > http://docs.confluent.io/current/kafka/authorization. > html#furthe

Why authorization deny Read ACL doesn't work

2017-06-10 Thread linbo liao
Hi, I try to set Kafka ACL for topic access permission followed by kafka security document , but looks deny acl doesn't work. *My Environment:* VM: Ubuntu 12.04 LTS x86_64 JAVA: openjdk version "1.8.0_111" Kafka: kafka_2.12-0.10.2.1 I set