Spring Boot Actuator Endpoints security doesn't work with custom Spring Security Configuration
You have to use prefix ROLE_
for your management.security.roles
for example management.security.roles=ROLE_SOMENAME
in order to solve this issue
You have to use prefix ROLE_
for your management.security.roles
for example management.security.roles=ROLE_SOMENAME
in order to solve this issue