Hi Dustin, What version of CAS are you using?
So for source control which source control are you trying to use? I assume you are talking about git since this is the most common source control nowadays. There are document here stating how to do: https://apereo.github.io/cas/6.1.x/configuration/Configuration-Properties.html#git-repository Basically you need to do the following: - Setup a spring-cloud-config-server - Config the spring cloud config server to point to your git - Config CAS to point to the spring cloud config server, and use git I have built an CAS server that can connect to git previously, but it is a sub-module of a bigger project so the code is a bit all over the place. Nonetheless I am posting the folder including the critical files here so you might be able to reference it: https://github.com/NgSekLong/SelectUrCAS/tree/master/source/configuration-storage/github-unencrypted See if the above helps... Cheers! - Andy -- - 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/ff43cca0-cde1-43b5-b3d0-4077cb1d9d93%40apereo.org.
