Available endpoints
New endpoints replace deprecated and removed endpoint
Airlock IAM 7.4 introduced a limited set of health checks to allow Airlock Gateway to check the liveness of the Loginapp. As a result, the health endpoint located at /{instance}-login/rest/health
has been deprecated and removed as of Airlock IAM 8.0.
The new health check endpoints are /health/live
and /health/ready
. If you have not already done so, we recommend that you migrate all installations to the new health check endpoints as soon as possible.
The following table shows the endpoints available for health checks:
Check | Endpoint |
---|---|
Liveness |
|
Readiness |
|
- The health check endpoint consists of a list of different checks:
- Liveness endpoint: has a fixed list of checks, which is currently not configurable. The configurationActivation check is not included in this list. Liveness checks will therefore report Airlock IAM to be UP, even if the configuration was not loaded yet.
- Readiness endpoint: health checks can be configured in the Config Editor for the Loginapp and the Transaction Approval modules. The configurationActivation check is always part of the checks and cannot be removed.