Hi,
We currently have end to end tests running from our Circle CI setup, however we can only set it up to speak to services that are accessible from the outside world.
Is there any way to setup Circle CI to access internal web services (eg: REST apis) within our companies internal VPC
As a pipeline step we need to make http requests to one of our internal search apis.
Any help would be greatly appreciated