Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/5820
Change subject: KUDU-1845: Kerberos client keytab should be periodically renewed ...................................................................... KUDU-1845: Kerberos client keytab should be periodically renewed With the current kerberos support, if a ticket expires, all communication on a secure cluster would stop as we do not attempt to renew the ticket. This patch adds a renewal thread which periodically wakes up and either renews the Ticket Granting Ticket or acquires a new one if the renewal window is closed. The renew interval is controlled by a newly introduced flag called 'kerberos_reinit_interval'. Change-Id: Ic4c072c1210216369e60eac88be4a20d9b166b2d TODO: Add tests. Still working on it. --- M src/kudu/security/init.cc 1 file changed, 137 insertions(+), 27 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/5820/1 -- To view, visit http://gerrit.cloudera.org:8080/5820 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic4c072c1210216369e60eac88be4a20d9b166b2d Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]>
