Skip to content

Commit

Permalink
Remove all dependencies from the migration-console stack
Browse files Browse the repository at this point in the history
That means that the console can come up and be used for diagnostics if the other stacks/clusters don't properly deploy.

Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
  • Loading branch information
gregschohn committed Oct 3, 2024
1 parent f28e131 commit c332e1e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -619,10 +619,8 @@ export class StackComposer {
managedServiceSourceSnapshotEnabled,
env: props.env
})
// To enable the Migration Console to make requests to other service endpoints with services,
// it must be deployed after any connected services
this.addDependentStacks(migrationConsoleStack, [captureProxyESStack, captureProxyStack, elasticsearchStack,
openSearchStack, osContainerStack, migrationStack, kafkaBrokerStack])

this.addDependentStacks(migrationConsoleStack, [migrationStack])
this.stacks.push(migrationConsoleStack)
}

Expand Down

0 comments on commit c332e1e

Please sign in to comment.