I've inherited a cas (5.3.5)/cas-management (5.3.6) setup from a colleague, 
and am trying to get it working as he implemented version control, but we 
never receive the option to publish the change, so they stay in the repo 
folder instead of the services folder. The following error is also 
appearing in the logs:

2022-07-27 08:42:45,036 ERROR 
[org.apereo.cas.mgmt.services.web.ServiceRepositoryController] - null

management properties:

### Server Settings ###
cas.server.name=https://sso.url
cas.server.prefix=${cas.server.name}/cas
mgmt.serverName=https://sso.url
mgmt.enableVersionControl=true
mgmt.servicesRepo=/etc/cas/repo
server.context-path=/cas-management
server.port=443

# Proxy Settings
server.port=8081
server.ssl.enabled=false
cas.server.http.enabled=false
cas.server.httpProxy.enabled=true
cas.server.httpProxy.secure=true
cas.server.httpProxy.scheme=https
cas.server.httpProxy.protocol=HTTP/1.1
cas.server.httpProxy.proxyPort=443
cas.audit.alternateClientAddrHeaderName=X-Forwarded-For

# Service Registry Settings
cas.serviceRegistry.json.location=file:/etc/cas/services

# CAS Authentication Settings
mgmt.adminRoles[0]=cn=AdminGroup,ou=groups,o=bu
mgmt.authzAttributes[0]=GroupAttribute

# Manage Available Attributes
cas.authn.attributeRepository.stub.attributes.XXX=XXX
cas.authn.attributeRepository.stub.attributes.XXX=XXX
cas.authn.attributeRepository.stub.attributes.XXX=XXX
cas.authn.attributeRepository.stub.attributes.uid=uid
cas.authn.attributeRepository.stub.attributes.XXX=XXX
cas.authn.attributeRepository.stub.attributes.XXX=XXX
cas.authn.attributeRepository.stub.attributes.XXX=XXX
cas.authn.attributeRepository.stub.attributes.mail=mail
cas.authn.attributeRepository.stub.attributes.preferredName=preferredName
cas.authn.attributeRepository.stub.attributes.givenName=givenName
cas.authn.attributeRepository.stub.attributes.sn=sn

# Logging Configuration
logging.config=file:/etc/cas/config/log4j2-management.xml

Any thoughts on this issue?


-- 
- 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 cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/40f6a479-85d9-4eeb-8a9f-19d9ae42e7d2n%40apereo.org.

Reply via email to