Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add correct allowed IP range to Shibb's access control config so that…
… shibb status pages will work from VM
pcaskey committed Feb 10, 2017
1 parent f5b2731 commit 3612bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/access-control.xml
@@ -30,7 +30,7 @@

<entry key="AccessByIPAddress">
<bean id="AccessByIPAddress" parent="shibboleth.IPRangeAccessControl"
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128'} }" />
p:allowedRanges="#{{'127.0.0.1/32', '::1/128', '172.18.0.0/24'}" />
</entry>

<!--

0 comments on commit 3612bce

Please sign in to comment.