Hello Zoltan Chovan, Attila Bukor, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19907
to look at the new patch set (#2).
Change subject: [client] allow adding trusted CA certs for RPC connection
negotiation
......................................................................
[client] allow adding trusted CA certs for RPC connection negotiation
This patch updates Kudu C++ client API to allow for adding trusted
CA certificates into the TLS context of the client's messenger.
Doing so allows to negotiate an RPC connection with Kudu servers
when the client is using JWT for authentication. Corresponding tests
have been updated as well.
Change-Id: I43a84a7a8e23556d85706b7714c3b40d8c568447
---
M src/kudu/client/client.cc
M src/kudu/client/client.h
M src/kudu/client/client_builder-internal.h
M src/kudu/integration-tests/security-itest.cc
4 files changed, 91 insertions(+), 29 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/07/19907/2
--
To view, visit http://gerrit.cloudera.org:8080/19907
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I43a84a7a8e23556d85706b7714c3b40d8c568447
Gerrit-Change-Number: 19907
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Zoltan Chovan <[email protected]>