Merge pull request #26591 from weixsun

* pr/26591:
  Fix outdated defaults for Info endpoint

Closes gh-26591
This commit is contained in:
Stephane Nicoll 2021-05-19 17:45:21 +02:00
commit 8b74d79539
1 changed files with 2 additions and 2 deletions

View File

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