You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /actuator/health endpoint is used when -Dhealthcheck.timeout.in.minutes=10 -Dhealthcheck.use.actuator=true
It's calling the wrong endpoint. The called URL has either /client-api or /integration-api in it's path. It should be e.g. /api/access-control/actuator/health and not /api/access-control/client-api/actuator/health
The text was updated successfully, but these errors were encountered:
The
/actuator/health
endpoint is used when-Dhealthcheck.timeout.in.minutes=10 -Dhealthcheck.use.actuator=true
It's calling the wrong endpoint. The called URL has either
/client-api
or/integration-api
in it's path. It should be e.g. /api/access-control/actuator/health and not /api/access-control/client-api/actuator/healthThe text was updated successfully, but these errors were encountered: