bcgov/issuer-kit

Startup Integrity - Validate Controller & Agent Connection on Openshift Deploy

Closed this issue · 1 comments

The current controller implementation does validate that it can connect on startup but the error is not well shown in the console.
This issue is to:
Add exception level log when the connection fails.
Add a sleep of 10 before starting the controller to ensure the agent is fully started before it attempts the connection.
Color the console response red from node when it fails.

esune commented

Closing since not actual anymore due to controller refactoring