Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOJIRA: add us-east region for IPs #2890

Merged
merged 4 commits into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions docs/basics/data-center-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ To set up an IP-address-based allowlist for outgoing connections, rather than us

Sauce Connect Proxy makes its initial connection to saucelabs.com, which resolves to the IP address above. After that, it uses the data center-specific endpoints listed below.

### US West Data Center
### US West Region

| Endpoints |
| ---------------------------------- |
Expand All @@ -91,7 +91,15 @@ Sauce Connect Proxy makes its initial connection to saucelabs.com, which resolve
| 66.85.48.0/21 |
| 162.222.72.0/21 |

### EU Central Data Center
### US East Region

| Endpoints |
| ---------------------------------- |
| 66.85.48.0/21 |
| 162.222.72.0/21 |
| 34.145.254.128/27 |

### EU Central Reguion

| Endpoints |
| ---------------------------------- |
Expand Down Expand Up @@ -170,7 +178,7 @@ For details about setting up SSO for Sauce Labs, see [Setting Up Single Sign-On

| Signing/Encryption Certificate/Entity ID | Entity AssertionConsumeURL |
| ----------------------------------------------- | ------------------------------------------ |
| https://us-east-4.saucelabs.com/sso/metadata | https://us-east-4.saucelabs.com/sso/acs |
| https://us-east-4.saucelabs.com/sso/metadata | https://us-east-4.saucelabs.com/sso/acs |

#### EU Central Data Center

Expand Down
Loading