Under this section, define the following web settings.

web.base-path

The base path for all the endpoints.

Mandatory: Yes.

web.exposure.include

A comma-separated list of the endpoints you want to expose. Although not advised, you can expose all endpoints using the * wildcard character. We recommend instead exposing only the following endpoints.

health, prometheus

See the CA Gateway guide for how to access endpoints.

Mandatory: No. This optional parameter defaults to the * wildcard. Thus, we recommend selecting the minimum required health status and metrics information.