Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19907 )
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]> --- 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 Zoltan Chovan: Looks good to me, but someone else must approve Abhishek Chennaka: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I43a84a7a8e23556d85706b7714c3b40d8c568447 Gerrit-Change-Number: 19907 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[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]>
