You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/07/20 07:50:03 UTC

[GitHub] yush1ga opened a new pull request #586: Add athenz authentication plugin for C++ client

yush1ga opened a new pull request #586: Add athenz authentication plugin for C++ client
URL: https://github.com/apache/incubator-pulsar/pull/586
 
 
   ### Motivation
   
   Now, we don't have Authentication Plugin of Athenz for C++ client because Athenz client for C++ doesn't exist.
   
   ### Modifications
   - Add ZTSClient for C++
     - create principal token signed by private key
     - get role token from zts server and cache it
   - Add Athenz Plugin for C++
   - Add tests for added plugin
   
   ### Result
   
   We can use Athenz on C++ client.
   Although Athenz supports ECDSA and RSA signing, this ZTS client support only RSA because almost users need only it.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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