Sailesh Mukil has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/6594

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.

Change-Id: Idd44770a1fe85e9934a657ee79d93139b9a86dff
---
M docs/design-docs/rpc.md
M src/kudu/rpc/client_negotiation.cc
M src/kudu/security/tls_context.cc
M src/kudu/security/tls_context.h
4 files changed, 34 insertions(+), 17 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/6594/1
-- 
To view, visit http://gerrit.cloudera.org:8080/6594
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd44770a1fe85e9934a657ee79d93139b9a86dff
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Sailesh Mukil <sail...@cloudera.com>

Reply via email to