Skip to content

Commit

Permalink
NOJIRA: fix VS Code being helpful
Browse files Browse the repository at this point in the history
  • Loading branch information
srossen committed Aug 14, 2024
1 parent 3aeb603 commit c4931ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/basics/data-center-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ To see your data center, check the upper-right corner of the Sauce Labs user int

| Description | Endpoint |
| ------------------ | ----------------------------- |
| Initial connection | <https://saucelabs.com/rest/v1> |
| Initial connection | https://saucelabs.com/rest/v1 |

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

### US West Data Center

| Description | Endpoint |
| ---------------------------- | ----------------------------------------------- |
| OnDemand Endpoint | <https://ondemand.us-west-1.saucelabs.com/wd/hub> |
| OnDemand Endpoint | https://ondemand.us-west-1.saucelabs.com/wd/hub |
| REST API | api.us-west-1.saucelabs.com |
| Sauce Connect Tunnel Servers | maki\*.miso.saucelabs.com:443 |

### US East Data Center

| Description | Endpoint |
| ---------------------------- | ----------------------------------------------- |
| OnDemand Endpoint | <https://ondemand.us-east-4.saucelabs.com/wd/hub> |
| OnDemand Endpoint | https://ondemand.us-east-4.saucelabs.com/wd/hub |
| REST API | api.us-east-4.saucelabs.com |
| Sauce Connect Tunnel Servers | \*.tunnels.us-east-4.saucelabs.com:443 |

Expand All @@ -65,7 +65,7 @@ Depending on the framework or driver you use, you might need to make additional

| Description | Endpoint |
| ---------------------------- | -------------------------------------------------- |
| OnDemand Endpoint | <https://ondemand.eu-central-1.saucelabs.com/wd/hub> |
| OnDemand Endpoint | https://ondemand.eu-central-1.saucelabs.com/wd/hub |
| REST API | api.eu-central-1.saucelabs.com |
| Sauce Connect Tunnel Servers | maki\*.eu-central-1.miso.saucelabs.com:443 |

Expand Down Expand Up @@ -172,19 +172,19 @@ For details about setting up SSO for Sauce Labs, see [Setting Up Single Sign-On

| Signing/Encryption Certificate/Entity ID | Entity AssertionConsumeURL |
| ---------------------------------------- | ----------------------------- |
| <https://saucelabs.com/sso/metadata> | <https://saucelabs.com/sso/acs> |
| https://saucelabs.com/sso/metadata | https://saucelabs.com/sso/acs |

#### US East Data Center

| 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

| Signing/Encryption Certificate/Entity ID | Entity AssertionConsumeURL |
| ----------------------------------------------- | ------------------------------------------ |
| <https://eu-central-1.saucelabs.com/sso/metadata> | <https://eu-central-1.saucelabs.com/sso/acs> |
| https://eu-central-1.saucelabs.com/sso/metadata | https://eu-central-1.saucelabs.com/sso/acs |

## Changing Your Data Center

Expand Down

0 comments on commit c4931ff

Please sign in to comment.