Reconfigure apps on dashboard domain change, if they use oidc addon
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ async function markApps(existingInfra, options) {
|
||||
} else if (existingInfra.version !== infra.version) {
|
||||
debug('markApps: reconfiguring installed apps');
|
||||
reverseProxy.removeAppConfigs(); // should we change the cert location, nginx will not start
|
||||
await apps.configureInstalledApps(AuditSource.PLATFORM);
|
||||
await apps.configureInstalledApps(await apps.list(), AuditSource.PLATFORM);
|
||||
} else {
|
||||
let changedAddons = [];
|
||||
if (infra.images.mysql.tag !== existingInfra.images.mysql.tag) changedAddons.push('mysql');
|
||||
|
||||
Reference in New Issue
Block a user