Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6594 to look at the new patch set (#3). Change subject: KUDU-1965: Allow user provided TLS certificates to work with KRPC ...................................................................... KUDU-1965: Allow user provided TLS certificates to work with KRPC This patch adds a bool in the TlsContext class to keep track of whether the certificates provided are externally provided or not. If it is externally provided, then authenticated TLS is not negotiated, causing a fallback to SASL authentication. The certificates are used only for encryption. This adds some tests in negotiation-test Change-Id: Idd44770a1fe85e9934a657ee79d93139b9a86dff --- M docs/design-docs/rpc.md M src/kudu/rpc/client_negotiation.cc M src/kudu/rpc/negotiation-test.cc M src/kudu/security/security-test-util.cc M src/kudu/security/security-test-util.h M src/kudu/security/tls_context.cc M src/kudu/security/tls_context.h 7 files changed, 143 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/6594/3 -- To view, visit http://gerrit.cloudera.org:8080/6594 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Idd44770a1fe85e9934a657ee79d93139b9a86dff Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <sail...@cloudera.com> Gerrit-Reviewer: Dan Burkert <danburk...@apache.org> Gerrit-Reviewer: Kudu Jenkins