How to exclude a path from auth in services-war-app?

I would like to enable the spring boot actuator health check for our overlayed services-war-app in <PROJECT_NAME>. But just adding the spring boot starter for the actuator requires authentication for the health check under /actuator/health. What config do I need to add to exclude that path from auth?

Maybe I’m mistaken, but I think this is currently beeing implemented in <INTERNAL_LINK>

That’s correct. I was still using v23.1.0 in this case. But good to hear that it’s already being worked on.

Fix for this will be included in version 24.2.0 which will be released this November (exact date has not yet been set)