Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9373 )
Change subject: KUDU-2319 follower masters should be able to verify authn tokens ...................................................................... KUDU-2319 follower masters should be able to verify authn tokens This patch addresses the issue that follower masters could not accept authn tokens to authenticate clients because they didn't have keys for token signature verification. Added a couple of tests: * SecurityMasterAuthTest::FollowerTokenVerificationKeys * ConnectToFollowerMasterTest::AuthnTokenVerifierHaveKeys The former is more a unit test; the latter is an integration test. Change-Id: Idcc92dd4fae3d555af563d86634c07d3d06147a7 Reviewed-on: http://gerrit.cloudera.org:8080/9373 Reviewed-by: Dan Burkert <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/CMakeLists.txt M src/kudu/integration-tests/security-itest.cc R src/kudu/integration-tests/security-master-auth-itest.cc M src/kudu/master/catalog_manager.cc M src/kudu/master/catalog_manager.h 5 files changed, 233 insertions(+), 24 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/9373 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Idcc92dd4fae3d555af563d86634c07d3d06147a7 Gerrit-Change-Number: 9373 Gerrit-PatchSet: 13 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Tidy Bot
