Description
Currently, all Spring Boot actuator endpoints are configured to require authentication for the anonymous user, for all components but Core:
- Console
- Enduser
- SRA
- WA
For Core, instead, all Spring Boot actuator endpoints are public, but /info.
We need to align Core with the rest of components.