To enable health endpoints, you must configure the following parameter in the application.yml
file.
management.endpoints.web.exposure.include
CA Gateway will expose the following endpoints to check the CA application health.
https://<HOST>:<MONITOR_HOST_PORT>/<management.endpoints.web.base-path>/<ENDPOINT>
Where:
<HOST>
is the hostname or IP address of the CA Gateway host server.<MONITOR_HOST_PORT>
is the 9444 port (not configurable in Entrust PKI Hub installations).<management.endpoints.web.base-path>
is the value of themanagement.endpoints.web.base-path
parameter in theapplication.yml
configuration file.<ENDPOINT>
is the identifier of one of the endpoints described below.