You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/09/16 10:18:40 UTC

[GitHub] [cloudstack] sureshanaparti commented on a change in pull request #5459: server: Add support to encrypt https.keystore.password in server.properties

sureshanaparti commented on a change in pull request #5459:
URL: https://github.com/apache/cloudstack/pull/5459#discussion_r709983957



##########
File path: utils/src/main/java/com/cloud/utils/crypt/EncryptionSecretKeyChecker.java
##########
@@ -45,6 +45,8 @@
     private static final String s_altKeyFile = "key";
     private static final String s_keyFile = "key";
     private static final String s_envKey = "CLOUD_SECRET_KEY";
+    public static final String dbEncryptionType = "db.cloud.encryption.type";

Review comment:
       Better move this to DbProperties class




-- 
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: commits-unsubscribe@cloudstack.apache.org

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