Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19988 )
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) Reviewed-on: http://gerrit.cloudera.org:8080/19988 --- 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(-) Approvals: Kudu Jenkins: Verified Abhishek Chennaka: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I43a84a7a8e23556d85706b7714c3b40d8c568447 Gerrit-Change-Number: 19988 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
