Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add additional docker IP range to access control
pcaskey committed Jun 7, 2017
1 parent 6317f30 commit 4531c9d
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', '172.18.0.0/24'} }" />
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128', '172.17.0.0/24', '172.18.0.0/24'} }" />
</entry>

<!--

0 comments on commit 4531c9d

Please sign in to comment.