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.
The spring configuration adapters are defined in this class: https://github.com/apereo/cas/blob/6.0.x/webapp/cas-server-webapp-config/src/main/java/org/apereo/cas/web/security/CasWebSecurityConfigurerAdapter.java 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 -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/09307334-c747-42f5-963d-3b51fd88fefc%40apereo.org.
