Hi,
we're having a problem with the actuator configuration for our cas config server.
Since Spring Boot 2 the actuator endpoint security can't be configured by properties anymore.
But the cas server properties that allow security configuration seem to be missing for both the config and admin server.
But the cas server webapp config dependency has conflicts with bean definitions, so it can't just be included.
Has anyone found a solution to this problem? We need unrestricted access to the health endpoint for a health check
Any help would be really appreciated