Thank you Robert. But that works because of the configuration adapter class that is included in the cas server webapp, but not in the cas config server or cas bootadmin server webapp. Which is our problem.
On Wednesday, 24 April 2019 15:34:35 UTC+2, Robert Bond wrote: > > > Here is a blog post by Misagh Moayyed about it: > https://apereo.github.io/2018/11/06/cas6-admin-endpoints-security/ > > On Wednesday, April 24, 2019 at 8:29:05 AM UTC-5, Juna Grosse Lengerich > wrote: >> >> 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/5862b496-dcf6-4a9a-bd41-5d3add9d009b%40apereo.org.
