Spring Boot - Actuator
You want to expose only the health endpoint publicly and secure all other actuator endpoints to ADMIN role. Which configuration achieves this correctly?
management.endpoints.web.exposure.include=health to expose only health publicly./actuator/health and require ADMIN role for other actuator endpoints using requestMatchers.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions