From a4ca90bb6e0aceec8e25376e37ee4f076693b37e Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 3 Sep 2021 20:11:02 +0000 Subject: [PATCH] IdP UI update --- Workbench/comanage_cron/Dockerfile | 2 +- Workbench/idp_ui/Dockerfile | 2 +- Workbench/webproxy/container_files/httpd/index.html | 2 +- Workbench/webproxy/container_files/httpd/ssl.conf | 6 ++++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Workbench/comanage_cron/Dockerfile b/Workbench/comanage_cron/Dockerfile index e819b2c..597e2c6 100644 --- a/Workbench/comanage_cron/Dockerfile +++ b/Workbench/comanage_cron/Dockerfile @@ -21,7 +21,7 @@ ENV COMANAGE_REGISTRY_EMAIL_HOST=smtp.example.edu #ENV SHIBBOLETH_SP_METADATA_PROVIDER_XML=sdf #ENV SHIBBOLETH_SP_SAMLDS_URL=thing -RUN apt-get update +RUN apt-get update --allow-releaseinfo-change && apt-get update ARG maintainer=my ARG imagename=comanage diff --git a/Workbench/idp_ui/Dockerfile b/Workbench/idp_ui/Dockerfile index b00be05..f5452b4 100644 --- a/Workbench/idp_ui/Dockerfile +++ b/Workbench/idp_ui/Dockerfile @@ -1,4 +1,4 @@ -FROM i2incommon/shib-idp-ui:1.8.0 +FROM i2incommon/shib-idp-ui:1.9.0 ARG CSPHOSTNAME=localhost ENV CSPHOSTNAME=$CSPHOSTNAME diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index 32773f7..5c8ab3b 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -11,7 +11,7 @@

Welcome to the InCommon TAP Workbench!

  • Grouper (2.5.37.1)
  • midPoint (4.3.2)
  • COmanage Registry (3.3.2)
  • -
  • Shibboleth IdP UI (1.8.0)
  • +
  • Shibboleth IdP UI (1.9.0)

  • The system also contains the following downstream/target applications: diff --git a/Workbench/webproxy/container_files/httpd/ssl.conf b/Workbench/webproxy/container_files/httpd/ssl.conf index a0f150a..a5b9877 100644 --- a/Workbench/webproxy/container_files/httpd/ssl.conf +++ b/Workbench/webproxy/container_files/httpd/ssl.conf @@ -158,6 +158,12 @@ SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt Satisfy any + + Order deny,allow + Allow from all + Satisfy any + + AuthType Basic AuthName "Restricted CSP content"