dombizita commented on code in PR #6473:
URL: https://github.com/apache/ozone/pull/6473#discussion_r1549658468


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -682,6 +682,9 @@ public final class OzoneConfigKeys {
   public static final String
       OZONE_OM_NETWORK_TOPOLOGY_REFRESH_DURATION_DEFAULT = "1h";
 
+  public static final String
+      OZONE_COMPLIANCE_ALLOWED_HDDS_X509_SIGNATURE_ALGO = 
"ozone.compliance.allowed.hdds.x509.signature.algorithm";
+  public static final String 
OZONE_COMPLIANCE_ALLOWED_HDDS_X509_SIGNATURE_ALGO_DEFAULT = "*";

Review Comment:
   `HDDS_X509_SIGNATURE_ALGO` is defined in the `HddsConfigKeys` class, 
shouldn't we have this there too, right after that constant? 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to