Skip to content

Commit

Permalink
update secrets and binds for shib sp
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 4, 2020
1 parent 0331c0d commit 40be5f5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Workbench/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ services:
environment:
- ENV
- USERTOKEN
- SHIBBOLETH_SP_ENCRYPT_CERT=
- SHIBBOLETH_SP_ENCRYPT_PRIVKEY=/run/secrets/shib_sp-key.pem
networks:
- net
ports:
Expand All @@ -330,6 +332,15 @@ services:
- type: bind
source: ./configs-and-secrets/comanage/shibboleth/shibboleth2.xml
target: /etc/shibboleth/shibboleth2.xml
- type: bind
source: ./configs-and-secrets/comanage/httpd/host-cert.pem
target: /etc/pki/tls/certs/cachain.pem
- type: bind
source: ./configs-and-secrets/comanage/shibboleth/sp-cert.pem
target: /etc/shibboleth/sp-cert.pem
secrets:
- source: c_sp-key.pem
target: shib_sp-key.pem

networks:
net:
Expand Down Expand Up @@ -360,7 +371,10 @@ secrets:
file: ./configs-and-secrets/midpoint/application/keystore_password.txt
mp_shibboleth_sp_keys.jks:
file: ./configs-and-secrets/midpoint/shibboleth/shibboleth_sp_keys.jks

# COmanage
c_sp-key.pem:
file: ./configs-and-secrets/comanage/shibboleth/sp-key.pem

volumes:
grouper_data:
source_data:
Expand Down

0 comments on commit 40be5f5

Please sign in to comment.