You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #153 from overture-stack/rc/1.1.0
Features:
Read existing config and set them as defaults
Skip unchangeable configurations
Pull docker images before deploy to avoid timeouts
Backup existing config.yaml before saving new configurations.
Changes:
Add canari credits in readme.md
Update docs links
upgrade dms ui to 1.0.2
Fixes:
Fix dms home path in the wrapper script (requires downloading new script)
Fix user jwt duration configuration setting
publicstaticfinalStringCONFIRM_DESTROY = "Are you sure you want to destroy the volumes for all services, all data will be lost and This is IRREVERSIBLE ? ";
13
+
publicstaticfinalStringCONFIRM_DESTROY =
14
+
"Are you sure you want to destroy the volumes for all services, all data will be lost and This is IRREVERSIBLE ? ";
14
15
}
16
+
15
17
publicstaticfinalclassSongQuestions {
16
18
publicstaticStringPASSWORD = "What should the SONG database password be?";
19
+
publicstaticfinalStringPASSWORD_CONFIGURED_SONG_DB = "A password is already configured for SONG db.";
@@ -95,6 +135,7 @@ public static final class ScoreQuestions {
95
135
+ "If no, you must enter them in the subsequent questions.";
96
136
publicstaticfinalStringMINIO_ACCESS_KEY = "What should the MinIO access key be?";
97
137
publicstaticfinalStringMINIO_SECRET_KEY = "What should the MinIO secret key be?";
138
+
publicstaticfinalStringYOU_HAVE_ALREADY_CONFIGURED_AN_S3 = "You have already configured an S3 object storage service, do you want to keep the same configurations ?";
98
139
}
99
140
100
141
publicstaticfinalclassEgoQuestions {
@@ -110,6 +151,8 @@ public static final class EgoQuestions {
110
151
publicstaticfinalStringPASSWORD = "What should the EGO database password be?";
111
152
publicstaticfinalStringWHAT_IS_THE_S_CLIENT_ID = "What is the %s client ID?";
112
153
publicstaticfinalStringWHAT_IS_THE_S_CLIENT_SECRET = "What is the %s client secret?";
154
+
publicstaticfinalStringYOU_HAVE_ALREADY_CONFIGURED_THE_SSO_PROVIDERS = "You have already configured the SSO providers, do you want to keep the same configurations ?";
155
+
publicstaticfinalStringPASSWORD_CONFIGURED_EGO_DB = "A password is already configured for EGO db.";
113
156
}
114
157
115
158
@UtilityClass
@@ -125,20 +168,21 @@ public class DmsUiQuestions {
125
168
publicstaticfinalStringALIAS =
126
169
"What is the Elasticsearch alias name you will configure in Arranger (to be referenced by DMS UI and ALSO must match the alias name previously supplied for Maestro) be? ";
0 commit comments