Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4765
to look at the new patch set (#2).
Change subject: WIP: enable GSSAPI for servers
......................................................................
WIP: enable GSSAPI for servers
This adds a flag --server_require_kerberos, which makes the server only
advertise the GSSAPI mechanism. It also adds the appropriate hook to the
client to enable GSSAPI as a supported mechanism.
With this I was able to start a kudu master with the new flag enabled,
and then use Kerberos to authenticate a client.
WIP because it needs some tests.
Change-Id: I595469e9cc8b2b2f57e9726014eeeb8112595801
---
M src/kudu/rpc/connection.cc
1 file changed, 25 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/65/4765/2
--
To view, visit http://gerrit.cloudera.org:8080/4765
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I595469e9cc8b2b2f57e9726014eeeb8112595801
Gerrit-PatchSet: 2
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