Commit d2bdcddb authored by weixsun's avatar weixsun Committed by Stephane Nicoll

Fix outdated defaults for Info endpoint

See gh-26591
parent b971ac85
...@@ -198,7 +198,7 @@ The following table shows the default exposure for the built-in endpoints: ...@@ -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 ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment