Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/7426
Change subject: [SECURITY] Make KRPC work with Kerberos ...................................................................... [SECURITY] Make KRPC work with Kerberos KuduRPC itself has experimental support for Kerberos. However, since Impala's client transport still uses the Thrift transport stack, we need to make sure that a single security configuration applies to both internal communication (KuduRPC) and external communication (Thrift's TSaslTransport). This patch achieves that. However, slight modification of the KuduRPC code is required which isn't ideal, but there's currently no way around it. Change-Id: Ic27ac6a42fd43ef67994f6b0120c38b15971d24e --- M be/src/kudu/rpc/client_negotiation.cc M be/src/kudu/rpc/server_negotiation.cc A be/src/rpc/authentication-export.h M be/src/rpc/authentication-test.cc M be/src/rpc/authentication.cc 5 files changed, 104 insertions(+), 8 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/26/7426/1 -- To view, visit http://gerrit.cloudera.org:8080/7426 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic27ac6a42fd43ef67994f6b0120c38b15971d24e Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]>
