Skip to content

Commit

Permalink
Merge pull request circleci#6441 from sebastian-lerner/patch-56
Browse files Browse the repository at this point in the history
Update ip-ranges.md
  • Loading branch information
devinmarieb authored Feb 28, 2022
2 parents 4d4875f + 77f8609 commit e34650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll/_cci2/ip-ranges.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ In addition to AWS and GCP (see above), CircleCI's macOS Cloud hosts jobs execut
{: #knownlimitations}

- There currently is no support for specifying IP ranges config syntax when using the [pipeline parameters feature](https://circleci.com/docs/2.0/pipeline-variables/#pipeline-parameters-in-configuration). Details in this [Discuss post](https://discuss.circleci.com/t/ip-ranges-open-preview/40864/6).
- IP ranges is currently available exclusively for the [Docker executor](https://circleci.com/docs/2.0/executor-types/#using-docker), not including `remote_docker`.
- IP ranges is currently available exclusively for the [Docker executor](https://circleci.com/docs/2.0/executor-types/#using-docker), not including `remote_docker`. Jobs that attempt to use the IP ranges feature with a [Machine executor](https://circleci.com/docs/2.0/executor-types/#using-machine) will fail with an error stating that the IP ranges feature only supports the Docker executor.
- If your job enables IP ranges and _pushes_ anything to a destination that is hosted by the content delivery network (CDN) [Fastly](https://www.fastly.com/), the outgoing job traffic **will not** be routed through one of the well-defined IP addresses listed above. Instead, the IP address will be one that [AWS uses](https://circleci.com/docs/2.0/ip-ranges/#awsandgcpipaddresses) in the us-east-1 or us-east-2 regions. This is a known issue between AWS and Fastly that CircleCI is working to resolve.

0 comments on commit e34650c

Please sign in to comment.