Currently, the Launcher performs a mandatory validation of the z/OSMF /info endpoint during startup. We've observed couple of issues:
- There is no retry logic for the
/info call. A temporary network glitch or z/OSMF causes a permanent startup failure.
- The validation is performed regardless of the authentication provider. If Zowe API ML is configured to use SAF, the availability of z/OSMF should not be a "hard" requirement for the API ML to start.
Currently, the Launcher performs a mandatory validation of the z/OSMF
/infoendpoint during startup. We've observed couple of issues:/infocall. A temporary network glitch or z/OSMF causes a permanent startup failure.