Skip to content

Commit

Permalink
sauce-connect: Add US East to SC System Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexh-sauce authored Oct 23, 2024
1 parent 0065a9d commit 694587b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/secure-connections/sauce-connect/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ groupId="dc-url"
defaultValue="US-West-1"
values={[
{label: 'US-West-1', value: 'US-West-1'},
{label: 'US-East-4', value: 'US-East-4'},
{label: 'EU-Central-1', value: 'EU-Central-1'},
]}>

Expand All @@ -269,6 +270,13 @@ values={[
| :----------------------------------------------------- |
| `https://api.eu-central-1.saucelabs.com/rest/v1` |

</TabItem>
<TabItem value="US-East-4">

| Real Device Cloud + Sauce Connect |
| :----------------------------------------------------- |
| `https://api.us-east-4.saucelabs.com/rest/v1` |

</TabItem>
</Tabs>

Expand All @@ -283,6 +291,7 @@ groupId="dc-url"
defaultValue="US-West-1"
values={[
{label: 'US-West-1', value: 'US-West-1'},
{label: 'US-East-4', value: 'US-East-4'},
{label: 'EU-Central-1', value: 'EU-Central-1'},
]}>

Expand All @@ -299,6 +308,13 @@ values={[
| :----------------------------------------------------- |
| `*.eu-central-1.miso.saucelabs.com` |

</TabItem>
<TabItem value="US-East-4">

| Real Device Cloud + Sauce Connect |
| :----------------------------------------------------- |
| `*.tunnels.us-east-4.saucelabs.com` |

</TabItem>
</Tabs>

Expand Down

0 comments on commit 694587b

Please sign in to comment.