Todd Lipcon has submitted this change and it was merged. Change subject: rpc: improve behavior when GSSAPI SASL plugin is missing ......................................................................
rpc: improve behavior when GSSAPI SASL plugin is missing * If the client cannot enable the GSSAPI plugin, it now proceeds with a connection anyway after logging a single VLOG(1) message. This allows a client to connect to a non-Kerberos-enabled cluster without having to install the GSSAPI plugin. * If the client fails to negotiate a matching SASL mechanism, it replaces the confusing "No worthy mechs" error message with something that's more usable for the average user, suggesting to install the GSSAPI plugin. Change-Id: I49b991fd7088666a2b8daad18d70844ed8a5451f Reviewed-on: http://gerrit.cloudera.org:8080/4908 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M src/kudu/rpc/connection.cc M src/kudu/rpc/sasl_client.cc M src/kudu/rpc/sasl_helper.cc M src/kudu/rpc/sasl_rpc-test.cc 4 files changed, 29 insertions(+), 4 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4908 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I49b991fd7088666a2b8daad18d70844ed8a5451f Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
