You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2018/02/21 02:23:59 UTC

[kudu-CR] WIP KUDU-2319 follower masters cannot verify tokens

Hello Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/9373

to look at the new patch set (#2).

Change subject: WIP KUDU-2319 follower masters cannot verify tokens
......................................................................

WIP KUDU-2319 follower masters cannot verify tokens

This small test explains that follower masters still cannot accept
authn tokens for verification: they don't have the public parts of
TSKs generated by the leader master.

WIP: it's necessary to fix the issue -- make follower masters to obtain
     the public parts of currently avaialable TSK keys for TokenVerifier

WIP: after fixing the issue, it's necessary to enable currently disabled
     FollowerMastersHaveTokenVerificationKeys test.

Change-Id: Idcc92dd4fae3d555af563d86634c07d3d06147a7
---
M src/kudu/integration-tests/security-itest.cc
M src/kudu/integration-tests/security-master-certificates-itest.cc
2 files changed, 76 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/73/9373/2
-- 
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: newpatchset
Gerrit-Change-Id: Idcc92dd4fae3d555af563d86634c07d3d06147a7
Gerrit-Change-Number: 9373
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins