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
Copy file name to clipboardExpand all lines: docs/bitbucket-installation.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ description: Install gitStream to your Bitbucket workspace.
19
19
- 13.56.203.235
20
20
- 54.151.81.98
21
21
22
-
??? Info "Understanding IP Allowlisting for gitStream"
22
+
??? Info "Advanced: IP Allowlisting for gitStream"
23
23
When setting up IP allowlists in Bitbucket, you're specifying which source IP addresses are permitted to interact with your repositories and APIs. This affects both gitStream and your CI/CD runners.
24
24
25
25
There are two primary cases where this matters for gitStream:
@@ -36,6 +36,7 @@ description: Install gitStream to your Bitbucket workspace.
36
36
37
37
- Add LinearB/gitStream service IPs to your Bitbucket allowlist (listed above).
38
38
- Use self-hosted runners or runners with static IPs so you can manage and allowlist their addresses explicitly.
39
+
- Add must add to your `bitbucket-pipeline.yml` `step.runtime.cloud.atlassian-ip-ranges: true`.
39
40
40
41
This combination ensures that both gitStream's internal operations and your CI runners' interactions with Bitbucket function without network restrictions.
0 commit comments