You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by nk...@apache.org on 2019/04/23 03:59:50 UTC

[pulsar-client-node] 11/20: Merge pull request #24 from massakam/authentication

This is an automated email from the ASF dual-hosted git repository.

nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git

commit bfe9e38bb3a278e3dcb57ed7103810974c4fe1c3
Merge: 87e7666 0dccd84
Author: hrsakai <hs...@yahoo-corp.jp>
AuthorDate: Fri Mar 29 10:08:01 2019 +0900

    Merge pull request #24 from massakam/authentication
    
    [Issue 3] Support authentication

 binding.gyp                               |  3 +-
 index.js => examples/consumer_tls_auth.js | 36 +++++++++---
 index.js => examples/producer_tls_auth.js | 38 ++++++++++---
 index.js                                  |  6 ++
 src/Authentication.cc                     | 95 +++++++++++++++++++++++++++++++
 src/{addon.cc => Authentication.h}        | 29 +++++-----
 index.js => src/AuthenticationAthenz.js   | 13 +++--
 index.js => src/AuthenticationTls.js      | 12 ++--
 index.js => src/AuthenticationToken.js    | 12 ++--
 src/Client.cc                             | 11 ++++
 src/addon.cc                              |  6 +-
 11 files changed, 213 insertions(+), 48 deletions(-)