File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed
Expand file tree Collapse file tree 4 files changed +15
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -20,3 +20,13 @@ cas.authn.ldap\[0\].principal-attribute-list=${LDAP_ATTRIBUTES_LIST}
2020cas.authn.ldap\[0\].bind-dn =${LDAP_BIND_DN}
2121cas.authn.ldap\[0\].bind-credential =${LDAP_BIND_CREDENTIAL}
2222
23+
24+ # management
25+ # management.endpoint.info.enabled=true
26+ # management.endpoints.web.exposure.include=*
27+ # management.endpoints.enabled-by-default=true
28+ # cas.monitor.endpoints.endpoint.defaults.access=IP_ADDRESS
29+ # cas.monitor.endpoints.endpoint.info.access=IP_ADDRESS
30+ # cas.monitor.endpoints.endpoint.info.required-ip-addresses=10.0.0.0/8
31+ # cas.monitor.endpoints.endpoint.defaults.required-ip-addresses=10.0.0.0/8
32+
Original file line number Diff line number Diff line change 2121if [ ! -f /etc/cas/config/log4j2.xml ]; then
2222 cp /data/etc/log4j2.xml /etc/cas/config/log4j2.xml
2323fi
24+ if [ ! -f /etc/cas/config/admin-users.json ]; then
25+ cp /data/etc/admin-users.json /etc/cas/config
26+ fi
2427if [ ! -f /etc/cas/thekeystore ] ; then
2528 echo " generate keystore"
2629 cd /etc/cas
Original file line number Diff line number Diff line change @@ -283,4 +283,6 @@ dependencies {
283283 implementation " org.apereo.cas:cas-server-support-themes-collection:${ project.'cas.version'} "
284284 implementation " org.apereo.cas:cas-server-support-generic:${ project.'cas.version'} "
285285 implementation " org.apereo.cas:cas-server-support-saml:${ project.'cas.version'} "
286+ implementation " org.apereo.cas:cas-server-core-monitor:${ project.'cas.version'} "
287+
286288}
You can’t perform that action at this time.
0 commit comments