Experimentsdevopsbackend
Spring Security with Spring Boot Actuator: the authorization model that survived the incident
Locking down Actuator endpoints isn't enough. After the incident, I rebuilt the authorization model from scratch: explicit SecurityFilterChain, separate health groups, roles for /metrics and /env, and real validation with curl. This is what's still standing.
7 min65