Galsza commented on code in PR #6473:
URL: https://github.com/apache/ozone/pull/6473#discussion_r1549703522
##########
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:
Thank you Zita, you are right I've moved them. Initially I wanted all these
config options to land at the end of OzoneConfigKeys to track them but the
prefix is a better way to do it.
--
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]