Hello, can you try with adding this line in your build.gradle : implementation "org.apereo.cas:cas-server-support-reports" Best regards,
Le ven. 6 mai 2022 à 13:54, 'Udo Einspanier' via CAS Community < [email protected]> a écrit : > Hello, > > we run CAS 6.5.2 deployed in external tomcat and want to enable the > /cas/actuator/registeredServices endpoint. Here is the configuration from > application.yml: > > cas: > monitor: > endpoints: > endpoint: > defaults: > access: AUTHENTICATED > requiredIpAddresses: .* > management: > endpoints: > web: > exposure: > include: health,loggers,registeredServices > enabled-by-default: true > endpoint: > health: > enabled: true > loggers: > enabled: true > registeredServices: > enabled: true > > In build.gradle we added: > > implementation "org.apereo.cas:cas-server-support-reports-core" > > The boot endpoints /actuator/health and /actuator/loggers are accessible, > but actuator/registeredServices returns 404. Are we missing something? > > Thanks, > Udo > > -- > - 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/078e9e9c-9865-4f13-b514-d6bc80588af4n%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/078e9e9c-9865-4f13-b514-d6bc80588af4n%40apereo.org?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/CAHNwO5%3DDrYgU6MbBRzxjDzTm8GPOLrQrhzH%3DSjxF5uks9JsaAg%40mail.gmail.com.
