[
https://issues.apache.org/jira/browse/KAFKA-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jun Rao resolved KAFKA-2838.
----------------------------
Resolution: Fixed
Issue resolved by pull request 529
[https://github.com/apache/kafka/pull/529]
> allow comma when specifying superusers
> --------------------------------------
>
> Key: KAFKA-2838
> URL: https://issues.apache.org/jira/browse/KAFKA-2838
> Project: Kafka
> Issue Type: Bug
> Reporter: Jun Rao
> Fix For: 0.9.0.0
>
>
> Currently, super users are specified in csv as the following.
> super.users=User:Bob,User:Alice
> However, if a super user is based on ssl peer principal, it may have comma in
> the user name like the following.
> CN=writeuser,OU=Unknown,O=Unknown,L=Unknown,ST=Unknown,C=Unknown
> Then, we won't be able to parse the value properly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)