diff --git a/Jenkinsfile b/Jenkinsfile index 8cb90349..4c10d429 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ pipeline { // test the environment sh 'cd test-compose && ./compose.sh' // bring down after testing - sh 'cd test-compose && docker-compose down' + sh 'cd test-compose && docker-compose down --volumes --remove-orphans --rmi local' baseImg.push("$tag") } } diff --git a/container_files/httpd/grouper-www.conf b/container_files/httpd/grouper-www.conf index 368f7f6c..f3026337 100644 --- a/container_files/httpd/grouper-www.conf +++ b/container_files/httpd/grouper-www.conf @@ -11,6 +11,5 @@ ProxyPass /grouper-ws-scim ajp://localhost:8009/grouper-ws-scim timeout=2400 AuthType shibboleth ShibRequestSetting requireSession 1 ShibRequireSession on - ShibUseHeaders On require shibboleth