Skip to content

Commit

Permalink
Merge branch '2.7.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Mar 4, 2022
2 parents a1ee9c4 + bc62775 commit 68a2f55
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -316,8 +316,8 @@ TIP: If you want to implement your own strategy for when endpoints are exposed,

[[actuator.endpoints.security]]
=== Security
For security purposes, all actuators other than `/health` are disabled by default.
You can use the configprop:management.endpoints.web.exposure.include[] property to enable the actuators.
For security purposes, only the `/health` endpoint is exposed over HTTP by default.
You can use the configprop:management.endpoints.web.exposure.include[] property to configure the endpoints that are exposed.

NOTE: Before setting the `management.endpoints.web.exposure.include`, ensure that the exposed actuators do not contain sensitive information, are secured by placing them behind a firewall, or are secured by something like Spring Security.

Expand Down

0 comments on commit 68a2f55

Please sign in to comment.