Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5935
to look at the new patch set (#4).
Change subject: WIP [security] load/store public TSK in the system table
......................................................................
WIP [security] load/store public TSK in the system table
Non-expired, already existing TSK records are read from the system
catalog table upon startup of the leader master and fed into the
TokenSigner. Also, a new token signing key is generated on start-up
and its public part is written into the system catalog table as well.
Added integration tests for cluster start/restart and switching
master leadership role into token_signer-itest.cc.
It's a WIP because some tests are still failing -- need to troubleshoot
those breakages.
Change-Id: Ie91d4129bda0ca49e81988c28385895a2abcd201
---
M src/kudu/integration-tests/CMakeLists.txt
A src/kudu/integration-tests/token_signer-itest.cc
M src/kudu/master/authn_token_manager.cc
M src/kudu/master/catalog_manager.cc
M src/kudu/master/catalog_manager.h
M src/kudu/master/master.cc
M src/kudu/master/master.proto
M src/kudu/master/sys_catalog.cc
M src/kudu/master/sys_catalog.h
M src/kudu/security/token_signer.h
10 files changed, 578 insertions(+), 46 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/5935/4
--
To view, visit http://gerrit.cloudera.org:8080/5935
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie91d4129bda0ca49e81988c28385895a2abcd201
Gerrit-PatchSet: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot