about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-04-03T20·47+0000
committerlukegb <lukegb@tvl.fyi>2021-04-03T21·51+0000
commit85900e150ee50018575f7de3b4ff53dc59c1989c (patch)
tree2f229535da2ae546c80ba455cd2fdab4369b9b3e /third_party
parent8ae128af77223d91f2b3528f28a992830627a242 (diff)
chore(3p/apereo-cas): move TVL config r/2417
There's some non-secret config that made its way into the secrets file.
This CL moves it into git so we can track it properly.

Change-Id: I3f5bf5e1f7addabb199997fb7b1f805b9157fbbe
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2810
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/apereo-cas/overlay/etc/cas/config/cas.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/apereo-cas/overlay/etc/cas/config/cas.properties b/third_party/apereo-cas/overlay/etc/cas/config/cas.properties
index e11d41fdd6..b2a091b8de 100644
--- a/third_party/apereo-cas/overlay/etc/cas/config/cas.properties
+++ b/third_party/apereo-cas/overlay/etc/cas/config/cas.properties
@@ -1,6 +1,8 @@
 cas.server.name=https://login.tvl.fyi
 cas.server.prefix=${cas.server.name}
 cas.server.scope=tvl.fyi
+server.tomcat.basedir=/etc/cas/tomcat
+server.servlet.context.path=/
 
 cas.service-registry.json.location=file:/etc/cas/services
 
@@ -32,3 +34,4 @@ cas.authn.ldap[0].search-filter=cn={user}
 cas.authn.ldap[0].dn-format=cn=%s,ou=users,dc=tvl,dc=fyi
 cas.authn.ldap[0].type=DIRECT
 
+cas.authn.oidc.issuer=${cas.server.name}/oidc