ChinmayHegde24 commented on code in PR #680:
URL: https://github.com/apache/ranger/pull/680#discussion_r2391991717
##########
kms/config/kms-webapp/dbks-site.xml:
##########
@@ -405,6 +405,12 @@
<value>false</value>
<description></description>
</property>
+
+ <property>
+ <name>ranger.ks.hsm.masterkey.alias</name>
+ <value></value>
Review Comment:
@vikaskr22 in that case value will be null not "" hence it will fallback to
default alias.
But I'll move that default alias to xml property itself in order to be sync
with other properties.
Thank you for pointing it out.
--
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]