Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9025 )
Change subject: [rpc] don't issue authn tokens over non-confidential connections ...................................................................... [rpc] don't issue authn tokens over non-confidential connections With this patch, master will not issue authn tokens to clients over a non-confidential connection. The 'confidentiality' property is based on the features of the negotiated connection and stored into the RpcContext object, accessible via the RpcContext::is_confidential() method. Change-Id: Ie31aa492bcc460dbd43975bccfe571354f3bf885 Reviewed-on: http://gerrit.cloudera.org:8080/9025 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/security-itest.cc M src/kudu/master/master_service.cc M src/kudu/rpc/connection.cc M src/kudu/rpc/connection.h M src/kudu/rpc/negotiation.cc M src/kudu/rpc/rpc_context.cc M src/kudu/rpc/rpc_context.h 7 files changed, 143 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/9025 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie31aa492bcc460dbd43975bccfe571354f3bf885 Gerrit-Change-Number: 9025 Gerrit-PatchSet: 6 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
