You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/14 07:56:54 UTC

[GitHub] [pulsar] jiazhai opened a new pull request #3821: kerberos: authentication between client and broker

jiazhai opened a new pull request #3821: kerberos: authentication between client and broker
URL: https://github.com/apache/pulsar/pull/3821
 
 
   Fixes #3652
   
   # Motivation
   Currently both Zookeeper and BookKeeper could be secured by using Kerberos, It would be good to support Kerberos in Pulsar Broker and Client.
   This is the sub-task for issue in #3491 to support Kerberos in Pulsar Broker and Client.
   Will add proxy and web resource support in following prs.
   The Kerberos authentication is similar to that in Zookeeper and BookKeeper, which leverage SASL and GSSAPI, so reused some of the code there.
   PR #3658 is the first version of PR before #3677 .
   
   # Changes.
   provide both client and broker side support for authentication api;
   add unit test.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services