bb-fuel icon indicating copy to clipboard operation
bb-fuel copied to clipboard

Healthcheck using wrong endpoints

Open MarcelHeemskerk opened this issue 5 years ago • 0 comments

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

MarcelHeemskerk avatar Sep 01 '20 10:09 MarcelHeemskerk