Hello, i am using 6.2.0 cas version.
i want to expose current active sso session number and staticstics by
actuator api. i have searched cas blog and page (
https://apereo.github.io/cas/development/monitoring/Monitoring-Statistics.html
, https://apereo.github.io/2018/11/06/cas6-admin-endpoints-security/), but
i couldnt find a way to do that.
i just need like these apis; /actuator/ssoSessions, /actuator/statistics
i have added this dependecy to build.gradle
compile "org.apereo.cas:cas-server-support-metrics:${casServerVersion}"
then, i have added these properties to cas.properties
management.endpoints.web.exposure.include=*
management.endpoints.enabled-by-default=true
management.endpoint.ssoSessions.enabled=true
management.endpoint.statistics.enabled=true
management.endpoints.defaults.sensitive=false
cas.monitor.endpoints.endpoint.defaults.access=ANONYMOUS
where am i missing? thanks for helps.
--
- 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/3ffc423f-ff83-4410-ad0e-00d0b6a2065do%40apereo.org.