From 3612bcefa61653628a23c83081703e7fc1242880 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 10 Feb 2017 16:31:33 -0600 Subject: [PATCH] add correct allowed IP range to Shibb's access control config so that shibb status pages will work from VM --- conf/access-control.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/access-control.xml b/conf/access-control.xml index a9184e6..1e29333 100644 --- a/conf/access-control.xml +++ b/conf/access-control.xml @@ -30,7 +30,7 @@ + p:allowedRanges="#{{'127.0.0.1/32', '::1/128', '172.18.0.0/24'}" />