You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/01 13:28:59 UTC

[jira] [Commented] (KAFKA-3751) Add support for SASL mechanism SCRAM-SHA-256

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

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

GitHub user rajinisivaram opened a pull request:

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

    KAFKA-3751: SASL/SCRAM implementation

    Implementation of KIP-84: https://cwiki.apache.org/confluence/display/KAFKA/KIP-84%3A+Support+SASL+SCRAM+mechanisms

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

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

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

    https://github.com/apache/kafka/pull/2086.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 #2086
    
----
commit f0f80df586b95d55b12db7810ee180c21811fee0
Author: Rajini Sivaram <ra...@googlemail.com>
Date:   2016-09-20T09:11:27Z

    KAFKA-3751: SASL/SCRAM implementation

----


> Add support for SASL mechanism SCRAM-SHA-256 
> ---------------------------------------------
>
>                 Key: KAFKA-3751
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3751
>             Project: Kafka
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.10.0.0
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>
> Salted Challenge Response Authentication Mechanism (SCRAM) provides secure authentication and is increasingly being adopted as an alternative to Digest-MD5 which is now obsolete. SCRAM is described in the RFC [https://tools.ietf.org/html/rfc5802]. It will be good to add support for SCRAM-SHA-256 ([https://tools.ietf.org/html/rfc7677]) as a SASL mechanism for Kafka.



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