Fix outdated defaults for Info endpoint

See gh-26591
This commit is contained in:
weixsun
2021-05-19 12:37:13 +08:00
committed by Stephane Nicoll
parent b971ac8550
commit d2bdcddb5f

View File

@@ -198,7 +198,7 @@ The following table shows the default exposure for the built-in endpoints:
| `info`
| Yes
| Yes
| No
| `integrationgraph`
| Yes
@@ -273,7 +273,7 @@ To change which endpoints are exposed, use the following technology-specific `in
|
| configprop:management.endpoints.web.exposure.include[]
| `info, health`
| `health`
|===
The `include` property lists the IDs of the endpoints that are exposed.