delphix / dxtoolkit

Scripts that remotely interact with Delphix engine APIs
Apache License 2.0
38 stars 32 forks source link

2020-10-27 dxToolkit Communications in AWS require using public IPs in security groups #160

Open Ranzo3 opened 3 years ago

Ranzo3 commented 3 years ago

Expected Behavior dxToolkit should work if port 80 or 443 are open to a security group or private IP

Actual Behavior You must open the engine security group for 80/443 to the public IP of the server hosting dxtoolkit

Steps To Reproduce the Problem Setup security groups to allow "target" SG to have inbound access to Delphix Engine on 80/443. dxtoolkit doesn't work nc -vz 80 shows that traffic is going to the engine dxtoolkit still doesn't work open "engine" SG to allow traffic from public IP of "target" dxtoolkit works

Additional Context Very low priority, because most users are using dxtoolkit from an admin PC or other special server