Travis CI/Pro: CIDR/IP Range?

此生再无相见时 提交于 2020-01-03 14:04:39

问题


We are using Travis Pro and we have some tests against Redshift. Is there a CIDR/IP range for Travis VMs that we can create a security rule for in Redshift? Obviously we won't open Redshift for any incoming IP...


回答1:


This used to be not possible but with Travis' introduction of their new container-based infrastructure, they now publish the IP ranges of their machines. You can find them here:

https://docs.travis-ci.com/user/ip-addresses/

For Travis Pro, you'd need to take the IP range listed for travis-ci.com; open source projects need those for travis-ci.org. There are still no fixed IP ranges in case you're using their legacy infrastructure. If your project does not require sudo, have a look at their migration guide.



来源:https://stackoverflow.com/questions/26497826/travis-ci-pro-cidr-ip-range

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!