We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09069c commit 84b0cf0Copy full SHA for 84b0cf0
1 file changed
engine/schema/src/com/cloud/upgrade/dao/Upgrade41100to41110.java
@@ -70,6 +70,14 @@ public void performDataMigration(Connection conn) {
70
}
71
72
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
+ */
81
String[] unsecureItems = new String[] {
82
"ldap.basedn",
83
"ldap.bind.principal",
0 commit comments