You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by hachikuji <gi...@git.apache.org> on 2017/09/14 21:07:26 UTC

[GitHub] kafka pull request #3863: MINOR: Use SecurityProtocol in AuthenticationConte...

GitHub user hachikuji opened a pull request:

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

    MINOR: Use SecurityProtocol in AuthenticationContext

    Since we removed the unused `TRACE` option from `SecurityProtocol`, it now seems safer to expose it from `AuthenticationContext`. Additionally this patch exposes javadocs under security.auth and relocates the `Login` and `AuthCallbackHandler` to a non-public package.

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

    $ git pull https://github.com/hachikuji/kafka use-security-protocol-in-auth-context

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

    https://github.com/apache/kafka/pull/3863.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 #3863
    
----
commit 7ea23a1e5f873ae9822ba4946c88ca3072c2674b
Author: Jason Gustafson <ja...@confluent.io>
Date:   2017-09-14T21:04:50Z

    MINOR: Use SecurityProtocol in AuthenticationContext

----


---

[GitHub] kafka pull request #3863: MINOR: Use SecurityProtocol in AuthenticationConte...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---