You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by vi...@apache.org on 2021/04/14 02:48:34 UTC

[ozone] branch master updated (89a2b52 -> 3a09f6b)

This is an automated email from the ASF dual-hosted git repository.

vivekratnavel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git.


    from 89a2b52  HDDS-5075. NPE during secure SCM initialization with HA code updated to an already existing cluster. (#2146)
     add 3a09f6b  HDDS-4642. SCM security protocol support for query CRLs and latest CRL id for OM and Datanode. (#2030)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hdds/protocol/SCMSecurityProtocol.java  | 15 ++++++++
 .../SCMSecurityProtocolClientSideTranslatorPB.java | 37 ++++++++++++++++++++
 .../certificate/authority/CertificateServer.java   | 15 ++++++++
 .../certificate/authority/CertificateStore.java    | 15 ++++++++
 .../certificate/authority/DefaultCAServer.java     | 17 +++++++++
 .../x509/certificate/client/CertificateClient.java | 17 +++++++++
 .../client/DefaultCertificateClient.java           | 36 ++++++++++++++++---
 .../x509/certificate/authority/MockCAStore.java    | 11 ++++++
 .../src/main/proto/ScmServerSecurityProtocol.proto | 29 ++++++++++++++++
 .../SCMSecurityProtocolServerSideTranslatorPB.java | 40 ++++++++++++++++++++++
 .../hadoop/hdds/scm/server/SCMCertStore.java       | 23 +++++++++++++
 .../hdds/scm/server/SCMSecurityProtocolServer.java | 11 ++++++
 .../hadoop/hdds/scm/server/TestSCMCertStore.java   | 17 ++++++---
 .../ozone/client/CertificateClientTestImpl.java    | 13 +++++++
 14 files changed, 288 insertions(+), 8 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org