Skip to content

Commit 84b0cf0

Browse files
author
Daan Hoogland
committed
comment on unencryption
1 parent e09069c commit 84b0cf0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

engine/schema/src/com/cloud/upgrade/dao/Upgrade41100to41110.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ public void performDataMigration(Connection conn) {
7070
}
7171

7272
private void markUnnecessarySecureConfigsAsUnsecure(Connection conn) {
73+
/*
74+
* the following config items where added as 'Secure' in the past. For some this made sense but for the ones below,
75+
* this makes no sense and is a inconvenience at best. The below method will
76+
** retrieve,
77+
** unencrypt,
78+
** mark as 'Advanced' and then
79+
** store the item
80+
*/
7381
String[] unsecureItems = new String[] {
7482
"ldap.basedn",
7583
"ldap.bind.principal",

0 commit comments

Comments
 (0)