[ https://issues.apache.org/jira/browse/KAFKA-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14947921#comment-14947921 ]
Jun Rao commented on KAFKA-2598: -------------------------------- You could get identities through SSL if you set up 2-way authentication. The identities will be of X500Principal that has names like "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US". If needed you can extract portion of the name through a customized PrincipalBuilder. > Add Test with authorizer for producer and consumer > -------------------------------------------------- > > Key: KAFKA-2598 > URL: https://issues.apache.org/jira/browse/KAFKA-2598 > Project: Kafka > Issue Type: Sub-task > Components: security, unit tests > Affects Versions: 0.8.2.2 > Reporter: Parth Brahmbhatt > Assignee: Parth Brahmbhatt > Priority: Blocker > Fix For: 0.9.0.0 > > > Now that we have all the authorizer code merged into trunk we should add a > test that enables authorizer and tests that only authorized users can > produce/consume from topics or issue cluster actions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)