From 862eafa2a8bcd3f534cf4836bc75bf4d78d6534c Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 8 Dec 2020 17:05:05 -0600 Subject: [PATCH] add basic auth --- .../grouper/shibboleth/shibboleth2.xml | 2 +- .../shibboleth-idp/conf/access-control.xml | 2 +- .../usr-local-bin/initialize-rabbitmq.sh | 1 + Workbench/webproxy/Dockerfile | 3 + .../webproxy/container_files/httpd/.htpasswd | 2 + .../webproxy/container_files/httpd/httpd.conf | 367 ++++++++++++++++++ .../webproxy/container_files/httpd/index.html | 12 +- .../webproxy/container_files/httpd/proxy.conf | 2 + .../webproxy/container_files/httpd/shib.conf | 2 +- .../webproxy/container_files/httpd/ssl.conf | 8 + 10 files changed, 392 insertions(+), 9 deletions(-) create mode 100644 Workbench/webproxy/container_files/httpd/.htpasswd create mode 100644 Workbench/webproxy/container_files/httpd/httpd.conf diff --git a/Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml b/Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml index 7ea21f0..c5122d5 100644 --- a/Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml +++ b/Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml @@ -47,7 +47,7 @@ - + diff --git a/Workbench/idp/shibboleth-idp/conf/access-control.xml b/Workbench/idp/shibboleth-idp/conf/access-control.xml index 17aea1c..e8cc5fb 100644 --- a/Workbench/idp/shibboleth-idp/conf/access-control.xml +++ b/Workbench/idp/shibboleth-idp/conf/access-control.xml @@ -30,7 +30,7 @@ + p:allowedRanges="#{ {'127.0.0.1/32', '::1/128', '172.16.0.0/12', '192.168.0.0/16'} }" />