Skip to content

Commit

Permalink
Merge pull request #38 from lsst-sqre/tickets/DM-22959
Browse files Browse the repository at this point in the history
[DM-22959] Allow configuration of who can fiddle log setting
  • Loading branch information
cbanek authored Jan 9, 2020
2 parents ba5b529 + ee696cb commit c55a7da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
networks:
- tap-network
environment:
CATALINA_OPTS: "-Dqservuser.jdbc.username=qsmaster -Dqservuser.jdbc.password= -Dqservuser.jdbc.driverClassName=com.mysql.cj.jdbc.Driver -Dqservuser.jdbc.url=jdbc:mysql://mock-qserv:3306/ -Dtapuser.jdbc.username=TAP_SCHEMA -Dtapuser.jdbc.password=TAP_SCHEMA -Dtapuser.jdbc.driverClassName=com.mysql.cj.jdbc.Driver -Dtapuser.jdbc.url=jdbc:mysql://tap-schema-db:3306/ -Dca.nrc.cadc.reg.client.RegistryClient.local=true -Duws.jdbc.username=postgres -Duws.jdbc.driverClassName=org.postgresql.Driver -Duws.jdbc.url=jdbc:postgresql://uws-db/ -Dca.nrc.cadc.auth.Authenticator=org.opencadc.tap.impl.AuthenticatorImpl"
CATALINA_OPTS: "-Dqservuser.jdbc.username=qsmaster -Dqservuser.jdbc.password= -Dqservuser.jdbc.driverClassName=com.mysql.cj.jdbc.Driver -Dqservuser.jdbc.url=jdbc:mysql://mock-qserv:3306/ -Dtapuser.jdbc.username=TAP_SCHEMA -Dtapuser.jdbc.password=TAP_SCHEMA -Dtapuser.jdbc.driverClassName=com.mysql.cj.jdbc.Driver -Dtapuser.jdbc.url=jdbc:mysql://tap-schema-db:3306/ -Dca.nrc.cadc.reg.client.RegistryClient.local=true -Duws.jdbc.username=postgres -Duws.jdbc.driverClassName=org.postgresql.Driver -Duws.jdbc.url=jdbc:postgresql://uws-db/ -Dca.nrc.cadc.auth.Authenticator=org.opencadc.tap.impl.AuthenticatorImpl -Dca.nrc.cadc.util.PropertiesReader.dir=/etc/creds/"
GOOGLE_APPLICATION_CREDENTIALS: "/etc/google_creds.json"
volumes:
- './google_creds.json:/etc/google_creds.json'
Expand Down
8 changes: 2 additions & 6 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@
</param-value>
</init-param>
<init-param>
<param-name>logAccessGroup</param-name>
<param-value>CADC</param-value>
<param-name>logControlProperties</param-name>
<param-value>logcontrol.properties</param-value>
</init-param>
<!--<init-param>-->
<!--<param-name>groupAuthorizer</param-name>-->
<!--<param-value>ca.nrc.cadc.auth.CADCGroupAuthorizer</param-value>-->
<!--</init-param>-->
<load-on-startup>1</load-on-startup>
</servlet>

Expand Down

0 comments on commit c55a7da

Please sign in to comment.