Skip to content

Commit

Permalink
update comanage shib
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 4, 2020
1 parent 4fdd58d commit 739efb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ services:
environment:
- ENV
- USERTOKEN
- SHIBBOLETH_SP_ENCRYPT_CERT=
- SHIBBOLETH_SP_ENCRYPT_CERT=/etc/shibboleth/sp-cert.pem
- SHIBBOLETH_SP_ENCRYPT_PRIVKEY=/run/secrets/shib_sp-key.pem
networks:
- net
Expand All @@ -338,6 +338,9 @@ services:
- type: bind
source: ./configs-and-secrets/comanage/shibboleth/sp-cert.pem
target: /etc/shibboleth/sp-cert.pem
- type: bind
source: ./configs-and-secrets/midpoint/shibboleth/idp-metadata.xml
target: /etc/shibboleth/idp-metadata.xml
secrets:
- source: c_sp-key.pem
target: shib_sp-key.pem
Expand Down

0 comments on commit 739efb5

Please sign in to comment.