Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24511 )
Change subject: KUDU-3787 Make tls_debug support Kerberos ...................................................................... KUDU-3787 Make tls_debug support Kerberos d4ec371 introduced a new tool to debug TLS connections (diagnose tls_debug), but unfortunately, it didn't work with Kerberos-enabled servers, which makes it less practical in real-life environments. With this change, this tool can be used to debug TLS information on Kerberos-enabled servers as well (without needing a valid ticket). It also fixes a bug (which was only present in debug build) that surfaced while testing skipping authentication where a malformed negotiation could crash a server. Change-Id: Ic6c6c9ac1cebeab8cb48bd22aea852c93c0252a4 Reviewed-on: http://gerrit.cloudera.org:8080/24511 Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/security-itest.cc M src/kudu/rpc/client_negotiation.cc M src/kudu/rpc/client_negotiation.h M src/kudu/rpc/sasl_helper.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_diagnose.cc 6 files changed, 230 insertions(+), 5 deletions(-) Approvals: Marton Greber: Looks good to me, approved; Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24511 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic6c6c9ac1cebeab8cb48bd22aea852c93c0252a4 Gerrit-Change-Number: 24511 Gerrit-PatchSet: 5 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
