Skip to content

Commit eca56fd

Browse files
committed
Update cas.properties to be copied to charts templates
* Remove unusde and / or deprecate settings * Use the old file location for instn authn attrs transformation: /etc/cas/config/instn-authn.xsl -> /etc/cas/institutions-auth.xsl
1 parent 14a91bd commit eca56fd

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

etc/cas/config/cas.properties

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ cas.server.prefix=${cas.server.name}
1515
# Tomcat Server
1616
#
1717
cas.server.tomcat.server-name=OSF CAS
18-
# Enable additional HTTP connections for the embedded Tomcat container (when SSL is enabled by default)
19-
# cas.server.tomcat.http.port=${TOMCAT_HTTP_PORT:80}
20-
# cas.server.tomcat.http.protocol=org.apache.coyote.http11.Http11NioProtocol
21-
# cas.server.tomcat.http.enabled=true
22-
# cas.server.tomcat.http.attributes=
23-
# e.g. cas.server.tomcat.http.attributes.{attribute-name}={attributeValue}
2418
########################################################################################################################
2519

2620
########################################################################################################################
@@ -92,7 +86,7 @@ cas.authn.osf-api.instn-authn-jwe-secret=${OSF_JWE_SECRET}
9286
#
9387
# Path of the XSL file for parsing and transforming XML authentication responses
9488
#
95-
cas.authn.osf-api.instn-authn-xsl-location=file:/etc/cas/config/instn-authn.xsl
89+
cas.authn.osf-api.instn-authn-xsl-location=file:/etc/cas/institutions-auth.xsl
9690
########################################################################################################################
9791

9892
########################################################################################################################
@@ -122,8 +116,6 @@ cas.authn.osf-postgres.jpa.dialect=${OSF_DB_HIBERNATE_DIALECT:io.cos.cas.osf.hib
122116
cas.jdbc.show-sql=false
123117
cas.jdbc.gen-ddl=true
124118
cas.jdbc.case-insensitive=false
125-
# cas.jdbc.physical-table-names=
126-
# e.g. cas.jdbc.physical-table-names.{table-name}={new-table-name}
127119
#
128120
# General JPA Settings
129121
#

0 commit comments

Comments
 (0)