orange-cloudfoundry/sec-group-broker-filter

Fail to create security group when target host is not in IP format

Opened this issue · 0 comments

Given uri = http://myproxy.com:3128
When I create security group to enable access to uri
then I fails with invalid IP address :myproxy.com

Notice :
Given uri = http://172.0.0.1:3128
When I create security group to enable access to uri
then It succeeds