Alexey Serbin has uploaded this change for review. ( 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 --- 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, 86 insertions(+), 17 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/07/19907/1 -- 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: newchange Gerrit-Change-Id: I43a84a7a8e23556d85706b7714c3b40d8c568447 Gerrit-Change-Number: 19907 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
