@ -119,12 +119,9 @@ public class ReactiveManagementWebSecurityAutoConfigurationTests {
@@ -119,12 +119,9 @@ public class ReactiveManagementWebSecurityAutoConfigurationTests {
@ -3260,8 +3260,8 @@ default. The `management.endpoints.web.exposure.include` property can be used to
@@ -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, 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
present, all actuators other than `/health` and `/info` are secured by Spring Boot auto-configuration.
If you define a custom `WebSecurityConfigurerAdapter`, Spring Boot auto-configuration 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
@ -45,23 +46,14 @@ final class CompositePropertySources implements PropertySources {
@@ -45,23 +46,14 @@ final class CompositePropertySources implements PropertySources {