Skip to content

Commit 23216be

Browse files
authored
fix(perforce): Add IP allowlisting guidance to Perforce docs (#16850)
## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent 23b566b commit 23216be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • docs/organization/integrations/source-code-mgmt/perforce

docs/organization/integrations/source-code-mgmt/perforce/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before installing, make sure you have:
3535
- **Sentry permissions**: Organization owner, manager, or admin role.
3636
- **Perforce server access**: A Perforce user account with read access to the depots you want to connect. We recommend creating a dedicated service account (e.g., `sentry-bot`).
3737
- **SSL fingerprint** (if using SSL): Obtain it by running `p4 -p ssl:<host>:<port> trust -y` on a machine with access to your Perforce server.
38-
- **Network connectivity**: The Sentry application must be able to reach your Perforce server over the network on the configured port.
38+
- **Network connectivity**: The Sentry application must be able to reach your Perforce server over the network on the configured port. Make sure the [IP addresses Sentry uses to make outbound requests](/security-legal-pii/security/ip-ranges/) are allowed by your firewall or network configuration.
3939

4040
<Alert title="Note">
4141

@@ -162,6 +162,7 @@ The following features are **not supported** by the Perforce integration:
162162
If you see "Failed to connect to Perforce server", verify:
163163

164164
- Your P4PORT address is correct and reachable from Sentry's network.
165+
- The [IP addresses Sentry uses to make outbound requests](/security-legal-pii/security/ip-ranges/) are allowed by your firewall or network configuration.
165166
- If using SSL, ensure the SSL fingerprint is correct. Re-obtain it with: `p4 -p ssl:<host>:<port> trust -y`
166167
- Your firewall allows inbound connections on the Perforce port (typically 1666).
167168

0 commit comments

Comments
 (0)