To enable health endpoints in Docker deployments, you must:
Configure the health.group.<group>.include parameter in the
application.ymlfile.- Run CA Gateway with the
-pcommand described in Running the CA Gateway Docker container.
CA Gateway will expose the following endpoints to check the 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 same<MONITOR_HOST_PORT>port selected in Running the CA Gateway Docker container.<management.endpoints.web.base-path>is the value of the management.endpoints.web.base-path parameter in theapplication.ymlconfiguration file.<ENDPOINT>is the identifier of one of the endpoints described below.