Endre Palatinus
Results
1
comments of
Endre Palatinus
I think the patch would be to add the following lines after line 570 in ```flintrock/ec2.py```: ``` SecurityGroupRule( ip_protocol='tcp', from_port=18080, to_port=1808, cidr_ip=flintrock_client_cidr, src_group=None), ``` Any thoughts on that?