From 20b26dbf17ace7bfa2501862b5160756dc7a2103 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 20 Sep 2021 13:51:29 -0400 Subject: [PATCH] Update docker-compose.yml --- Workbench/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Workbench/docker-compose.yml b/Workbench/docker-compose.yml index 75f0300..13b8a9a 100644 --- a/Workbench/docker-compose.yml +++ b/Workbench/docker-compose.yml @@ -87,9 +87,11 @@ services: - type: bind source: ./configs-and-secrets/grouper/shibboleth/shibboleth2.xml target: /etc/shibboleth/shibboleth2.xml + # Note: due to a bug in https://github.internet2.edu/docker/grouper/blob/2.5.57/container_files/usr-local-bin/librarySetupFilesForProcess.sh#L72 + # This file had to be mounted as shib2.conf, instead of shib.conf (bind mounts don't want to be moved) - type: bind source: ./configs-and-secrets/grouper/httpd/shib.conf - target: /etc/httpd/conf.d/shib.conf + target: /etc/httpd/conf.d/shib2.conf - type: bind source: ./configs-and-secrets/grouper/httpd/host-cert.pem target: /etc/pki/tls/certs/host-cert.pem