- Spring Boot 2.0 Projects
- Mohamed Shazin Sadakath
- 66字
- 2021-08-13 16:00:11
Using the changed Spring Boot Actuator security
The separate security auto-configuration for actuators has been removed in Spring Boot 2.0; thus, management.security.* properties are no longer supported. The endpoints.<id>.sensitive flag for each endpoint is no longer available, and if an application is dependent on this behavior then it must use a custom configuration for Spring Security to permit or restrict access to those endpoints.