Skip to content

Commit

Permalink
Move backupfile to /var/cache/shibboleth and add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Jan 27, 2023
1 parent 7f23919 commit 93fe708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV LOG_LEVEL=INFO
ENV SHIBD_VERSION=3.2.1-3.1
ENV SHIBD_REMOTE_USER=somerandomname
ENV SHIBD_CONSISTENT_ADDRESS=true
ENV SHIBBOLETH_IDP_METADATA_BACKUPFILE=/var/cache/shibboleth/shibboleth-metadata-idp.xml

WORKDIR /etc/shibboleth

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
environment:
- SHIBBOLETH_IDP_DISCOVERY_URL=https://authentication.stg.id.ubc.ca
- SHIBBOLETH_IDP_METADATA_URL=https://authentication.stg.id.ubc.ca/idp/shibboleth
- SHIBBOLETH_IDP_METADATA_BACKUPFILE=/tmp/shibboleth-metadata-idp.xml
- SHIBBOLETH_IDP_METADATA_BACKUPFILE=/var/cache/shibboleth/shibboleth-metadata-idp.xml
- SHIBBOLETH_IDP_ENTITY_ID=https://authentication.stg.id.ubc.ca
- SHIBBOLETH_SP_ENTITY_ID=https://moodle.ubc.ca
- SHIBD_LISTENER_ACL=0.0.0.0/0
Expand Down

0 comments on commit 93fe708

Please sign in to comment.