[ 
https://issues.apache.org/jira/browse/KAFKA-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966652#comment-14966652
 ] 

ASF GitHub Bot commented on KAFKA-2658:
---------------------------------------

GitHub user rajinisivaram opened a pull request:

    https://github.com/apache/kafka/pull/341

    KAFKA-2658: Add PLAIN mechanism to SASL implementation

    Implementation and unit tests for SASL/PLAIN. A simple login module and 
SaslServer implementation for PLAIN mechanism are included in the 
implementation, but these can be replaced to integrate with authentication 
servers.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajinisivaram/kafka KAFKA-2658

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/341.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #341
    
----
commit c15bc552b71ccff1e99f32173b211f0e6efb46ab
Author: Rajini Sivaram <rajinisiva...@googlemail.com>
Date:   2015-10-21T10:50:42Z

    KAFKA-2658: Add PLAIN mechanism to SASL implementation

----


> Implement SASL/PLAIN
> --------------------
>
>                 Key: KAFKA-2658
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2658
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: security
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>            Priority: Critical
>             Fix For: 0.9.0.0
>
>
> KAFKA-1686 supports SASL/Kerberos using GSSAPI. We should enable more SASL 
> mechanisms. SASL/PLAIN would enable a simpler use of SASL, which along with 
> SSL provides a secure Kafka that uses username/password for client 
> authentication.
> SASL/PLAIN protocol and its uses are described in 
> [https://tools.ietf.org/html/rfc4616]. It is supported in Java.
> This should be implemented after KAFKA-1686. This task should also hopefully 
> enable simpler unit testing of the SASL code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to