You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolved the following Vale errors:
- Line 60: XrefTitleCase - "Trigger a Pipeline"
- Line 140: ImageTitles - add title before IP ranges image
- Line 144: ImageTitles - add title before network transfer image
- Line 149: XrefTitleCase - "Docker Executor", "Machine Executor"
- Line 160: Vale.Terms - "CircleCI Cloud" (capital C)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: docs/guides/modules/security/pages/ip-ranges.adoc
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ workflows:
57
57
[#example-configuration-pipeline-parameters]
58
58
=== Example configuration file using IP ranges with pipeline parameters
59
59
60
-
Use conditional logic to control when IP ranges is enabled with pipeline parameters. You can set the pipeline parameter `ip_ranges` to `true` to enable IP ranges for the `build` job. For more information on triggering pipelines with pipeline parameters, see the xref:orchestrate:triggers-overview.adoc[Trigger a pipeline] page.
60
+
Use conditional logic to control when IP ranges is enabled with pipeline parameters. You can set the pipeline parameter `ip_ranges` to `true` to enable IP ranges for the `build` job. For more information on triggering pipelines with pipeline parameters, see the xref:orchestrate:triggers-overview.adoc[Trigger a Pipeline] page.
61
61
62
62
[,yaml]
63
63
----
@@ -137,16 +137,18 @@ Enabling IP ranges consumes 450 credits from your account for each GB of data us
137
137
138
138
IP ranges usage is visible in the *Plan Usage* section of the CircleCI app:
139
139
140
+
.IP ranges feature in Plan Usage
140
141
image::guides:ROOT:ip-ranges.png[Screenshot showing the location of the IP ranges feature]
141
142
142
143
On the *Resources* tab within the *Job Details* UI page, you can view approximations of network transfer for any Docker job, even those without the IP ranges feature enabled. This approximation can be used to predict the cost of enabling the IP ranges feature on a job without having to turn the feature on. You can also view whether or not the job has IP ranges enabled by viewing the IP Ranges badge.
143
144
145
+
.Approximate network transfer on the Resources tab
144
146
image::guides:ROOT:resources-network-transfer.png[Screenshot showing the approximate network transfer]
145
147
146
148
[#known-limitations]
147
149
== Known limitations
148
150
149
-
* IP ranges is currently available for the xref:reference:ROOT:configuration-reference.adoc#docker[Docker executor], not including `remote_docker`. Jobs that attempt to use the IP ranges feature with a xref:reference:ROOT:configuration-reference.adoc#machine[Machine executor], or with `setup_remote_docker`, will fail with an error. See this link:https://discuss.circleci.com/t/fyi-jobs-that-use-the-ip-ranges-feature-and-remote-docker-will-begin-to-fast-fail-this-week/44639[Discuss post] for details.
151
+
* IP ranges is currently available for the xref:reference:ROOT:configuration-reference.adoc#docker[Docker Executor], not including `remote_docker`. Jobs that attempt to use the IP ranges feature with a xref:reference:ROOT:configuration-reference.adoc#machine[Machine Executor], or with `setup_remote_docker`, will fail with an error. See this link:https://discuss.circleci.com/t/fyi-jobs-that-use-the-ip-ranges-feature-and-remote-docker-will-begin-to-fast-fail-this-week/44639[Discuss post] for details.
150
152
151
153
== IP ranges for core CircleCI services
152
154
@@ -155,7 +157,7 @@ This section covers the IP ranges used by CircleCI core services. Core service I
155
157
[#list-of-ip-address-ranges-for-core-services]
156
158
=== List of IP address ranges for core CircleCI services
157
159
158
-
The following list shows the IP address ranges for core CircleCI cloud services (used to trigger jobs, exchange information about users between CircleCI and GitHub/GitLab/Bitbucket):
160
+
The following list shows the IP address ranges for core CircleCI Cloud services (used to trigger jobs, exchange information about users between CircleCI and GitHub/GitLab/Bitbucket):
0 commit comments