What is your actuator endpoint configuration in your CAS properties? Make sure you have at least the following:
management.endpoints.web.exposure.include=* management.endpoint.importRegisteredServices.enabled=true cas.monitor.endpoints.endpoint.defaults.access=IP_ADDRESS cas.monitor.endpoints.endpoint.defaults.requiredIpAddresses=<IP regular expression match> The management.endpoints.web.exposure.include statement should be switched to a list of allowed end points on a production environment. The IP regular expression for an IPv4 address: “12\.210\.12\.34” From: [email protected] <[email protected]> On Behalf Of Mathieu HETRU Sent: Thursday, October 14, 2021 7:56 AM To: [email protected] Subject: [EXTERNAL SENDER] [cas-user] enable endpoints actuator on cas 6.3.7 Hello, i cannot enable any endpoint actuator on my cas 6.3.7... i already got 404 not found on url... even i use the tutorial here : https://fawnoos.com/2018/11/06/cas6-admin-endpoints-security/ how can i enable actuator endpoints ? i wish use importServiceRegisteread endpoint. Thanks for your help ! Best regards, Mathieu -- - 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kxp9FQTKiYYOcR7kuujKbiYwf_pOT_sNxz0xK8PAJrjw%40mail.gmail.com<https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kxp9FQTKiYYOcR7kuujKbiYwf_pOT_sNxz0xK8PAJrjw%40mail.gmail.com?utm_medium=email&utm_source=footer>. -- - 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/ec0bea610c8242d597f2b78298a42541%40mun.ca.
