Hello Zoltan Chovan, Kudu Jenkins, Abhishek Chennaka,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/19988
to review the following change.
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
Reviewed-on: http://gerrit.cloudera.org:8080/19907
Tested-by: Kudu Jenkins
Reviewed-by: Zoltan Chovan <[email protected]>
Reviewed-by: Abhishek Chennaka <[email protected]>
(cherry picked from commit 45d65aef8642f9f3d45f1f273abe634e6cc06631)
---
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/88/19988/1
--
To view, visit http://gerrit.cloudera.org:8080/19988
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: branch-1.17.x
Gerrit-MessageType: newchange
Gerrit-Change-Id: I43a84a7a8e23556d85706b7714c3b40d8c568447
Gerrit-Change-Number: 19988
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Zoltan Chovan <[email protected]>