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 2017/01/19 04:21:56 UTC

[kudu-CR] [security] Kudu certificate signing service

Hello Kudu Jenkins,

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

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

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

Change subject: [security] Kudu certificate signing service
......................................................................

[security] Kudu certificate signing service

Initial implementation of the Kudu certificate signing service.

The service provides RPC interface to sign X509 CSRs for the
end-entities (i.e. tablet servers).  Also, it's possible to get list
of all valid CA root certificates at the given moment.

The units tests are added as well.

Change-Id: I4e4319c752ce64c53046db5d29c3d50306bdcdc5
---
M src/kudu/master/CMakeLists.txt
M src/kudu/master/master.cc
M src/kudu/security/CMakeLists.txt
A src/kudu/security/ca/cert_signing_service.cc
A src/kudu/security/ca/cert_signing_service.h
A src/kudu/security/test/cert_signing_service-test.cc
6 files changed, 463 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/5674/3
-- 
To view, visit http://gerrit.cloudera.org:8080/5674
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4e4319c752ce64c53046db5d29c3d50306bdcdc5
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Tidy Bot
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>