Galsza commented on code in PR #6538:
URL: https://github.com/apache/ozone/pull/6538#discussion_r1574963517
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -2238,17 +2238,35 @@
<property>
<name>hdds.key.len</name>
<value>2048</value>
- <tag>SCM, HDDS, X509, SECURITY</tag>
+ <tag>SCM, HDDS, X509, SECURITY, CRYPTO_COMPLIANCE</tag>
+ <description>
+ SCM CA key length. This is an algorithm-specific metric, such as modulus
+ length, specified in number of bits.
+ </description>
+ </property>
+ <property>
+ <name>hdds.key.algo</name>
+ <value>RSA</value>
+ <tag>SCM, HDDS, X509, SECURITY, CRYPTO_COMPLIANCE</tag>
+ <description>
+ SCM CA key algorithm.
+ </description>
+ </property>
+ <property>
+ <name>hdds.security.provider</name>
+ <value>BC</value>
+ <tag>OZONE, HDDS, X509, SECURITY, CRYPTO_COMPLIANCE</tag>
<description>
- SCM CA key length. This is an algorithm-specific metric, such as
modulus length, specified in number of bits.
+ The main security provider used for various cryptographic algorithms.
</description>
</property>
Review Comment:
Thank you @dombizita for the review, I've addressed your comments
--
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]