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: [email protected]
With regards, Apache Git Services
