Commit c0574c84 authored by Madhura Bhave's avatar Madhura Bhave

Update docs to reflect new health & info security

See gh-13722
parent d1b85584
......@@ -3260,8 +3260,8 @@ default. The `management.endpoints.web.exposure.include` property can be used to
the actuators.
If Spring Security is on the classpath and no other WebSecurityConfigurerAdapter is
present, the actuators are secured by Spring Boot auto-config. If you define a custom
`WebSecurityConfigurerAdapter`, Spring Boot auto-config will back off and you will be in
present, all actuators other than `/health` and `/info` are secured by Spring Boot auto-config.
If you define a custom `WebSecurityConfigurerAdapter`, Spring Boot auto-config will back off and you will be in
full control of actuator access rules.
NOTE: Before setting the `management.endpoints.web.exposure.include`, ensure that the
......
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