I'm getting the below error. Shouldn't --operation ALL cover this error?
2017-06-30 12:09:52,381] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:09:53,390] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:09:54,395] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:09:55,404] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:09:56,410] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:09:57,414] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:09:58,418] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:09:59,426] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:10:00,430] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
[2017-06-30 12:10:01,434] DEBUG Principal = User:CN=localhost,OU=Tech,O=Pieces Tech,L=Dallas,ST=TX,C=US is Denied Operation = Describe from host = 127.0.0.1 on resource = Topic:_schemas (kafka.authorizer.logger)
I then also when and explicitly added all hosts and DESCRIBE operation as well.
/usr/local/kafka/bin/kafka-acls.sh --authorizer-properties zookeeper.connect=localhost:2181 --list
Current ACLs for resource `Group:controller.log`:
User:CN=localhost has Allow permission for operations: All from hosts: controller.log
Current ACLs for resource `Topic:AWS-Personal`:
User:CN=localhost has Allow permission for operations: All from hosts: *
Current ACLs for resource `Cluster:kafka-cluster`:
User:CN=localhost has Allow permission for operations: All from hosts: controller.log
User:CN=localhost has Allow permission for operations: All from hosts: *
Current ACLs for resource `Topic:controller.log`:
User:CN=localhost has Allow permission for operations: All from hosts: controller.log
Current ACLs for resource `Group:AWS-Personal`:
User:CN=localhost has Allow permission for operations: All from hosts: *
Current ACLs for resource `Topic:_schemas`:
User:CN=localhost has Allow permission for operations: Describe from hosts: controller.log
User:CN=localhost has Allow permission for operations: All from hosts: controller.log
User:CN=localhost has Allow permission for operations: All from hosts: *