Hello,
it works fine with adding this plugin in cas-overlay-template in
build.gradle in dependencies :
implementation
"org.apereo.cas:cas-server-support-reports:${project.'cas.version'}"
Thanks Pascal Rigaux ;-)
Best regards,
Mathieu HETRULe lun. 18 oct. 2021 à 13:42, Mathieu HETRU <[email protected]> a écrit : > Thanks but i got 404 not found for /actuator/importRegisteredServices > so even actuators works because i got response with /actuator/health > > i search the reason, but if u have an idea.. > > Best regards, > > Mathieu HETRU > > Le jeu. 14 oct. 2021 à 14:43, King, Robert <[email protected]> a écrit : > >> 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]. >> 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 >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec0bea610c8242d597f2b78298a42541%40mun.ca?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/CAHNwO5mCY_M1EmnzbztUk%3Do2RZP%2B767Roa6q%2BYNwbOQ1SO4wXg%40mail.gmail.com.
