You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/05/20 00:16:17 UTC

[GitHub] [ozone] xiaoyuyao commented on a change in pull request #2216: HDDS-5154. Add SCM GRPC server to publish CRL update.

xiaoyuyao commented on a change in pull request #2216:
URL: https://github.com/apache/ozone/pull/2216#discussion_r635663172



##########
File path: hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/security/x509/certificate/client/DefaultCertificateClient.java
##########
@@ -942,4 +945,66 @@ public void storeRootCACertificate(String pemEncodedCert, boolean force)
       lock.unlock();
     }
   }
+
+  @Override
+  public boolean processCrl(CRLInfo crl){

Review comment:
       Yes. This will be used by the background service when the crl has passed the revocation time. It is not fully integrated yet and is intended to be used by the next patch. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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