Jun Rao created KAFKA-3152:
------------------------------
Summary: kafka-acl doesn't allow space in principal name
Key: KAFKA-3152
URL: https://issues.apache.org/jira/browse/KAFKA-3152
Project: Kafka
Issue Type: Bug
Components: core
Affects Versions: 0.9.0.0
Reporter: Jun Rao
When running the following,
kafka-acls --authorizer kafka.security.auth.SimpleAclAuthorizer
--authorizer-properties zookeeper.connect=localhost:2181 --topic test --add
--producer --allow-host=* --allow-principal "User:CN=xxx,O=My Organization"
the acl is set as the following. The part after space is ignored.
Following is list of acls for resource: Topic:test
User:CN=xxx,O=My has Allow permission for operations: Describe from
hosts: *
User:CN=xxx,O=My has Allow permission for operations: Write from hosts:
*
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)