Hello Dan Burkert, Alexey Serbin,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: WIP: issue authentication tokens and CA certs to clients
......................................................................

WIP: issue authentication tokens and CA certs to clients

This adds the code to the ConnectToMaster RPC to issue an authentication
token for the connecting user, as well as to send it the current master
CA cert.

The client side currently ignores both things, but I verified with a log
message that it's getting properly send.

WIP because we should probably add some unit tests, etc. As with others
of these early integration patches, there are plenty of TODOs about
integrating with the catalog manager, etc, but this should be enough to
unblock other client-side work of propagating the CA and tokens into the
RPC system.

Change-Id: I5969b8e125633b3b14364b98c0d0a992b162f302
---
M src/kudu/master/CMakeLists.txt
A src/kudu/master/authn_token_manager.cc
A src/kudu/master/authn_token_manager.h
M src/kudu/master/master.cc
M src/kudu/master/master.h
M src/kudu/master/master.proto
M src/kudu/master/master_cert_authority.cc
M src/kudu/master/master_cert_authority.h
M src/kudu/master/master_service.cc
M src/kudu/rpc/outbound_call.h
M src/kudu/security/token.proto
11 files changed, 215 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/5871/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5871
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5969b8e125633b3b14364b98c0d0a992b162f302
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <t...@apache.org>
Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <danburk...@apache.org>

Reply via email to