City-of-Bloomington / cas-overlay

Base Apereo CAS Maven WAR Overlay template
https://apereo.github.io/cas
Apache License 2.0
1 stars 0 forks source link

Deploy with configurable base_uri #13

Closed inghamn closed 2 years ago

inghamn commented 4 years ago

It is useful to be able to deploy a test version available to the outside world. In these cases, though, we want to host it under our main domain name, so that SSL certs remain the same. This means we need to be able to change the base_uri from /cas to something else.

Right now, the Docker file is hard coded to produce a cas.war. We need to update the Docker file and build system to support configuring the name of the war (which results in the base_uri that ends up being hosted)