Skip to content

Commit

Permalink
sauce-connect: mention SC5 in SC4 docs (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
waggledans authored Feb 5, 2024
1 parent 5cceab4 commit 223e403
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/secure-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Getting Started

If your company has firewall rules that limit your ability to run tests on Sauce Labs, you can use our Secure Connection features to connect to Sauce Labs in the cloud without exposing your company's IT infrastructure to security risks.

We offer two options to provide an extra layer of security to protect test data in flight between the Sauce Labs cloud and your app or site under test on your network. Both of these solutions, Sauce Connect Proxy and Sauce IPSec Proxy, support secure connectivity using TLS 1.2 or above.
We offer two options to provide an extra layer of security to protect test data in flight between the Sauce Labs cloud and your app or site under test on your network. Both of these solutions, Sauce Connect Proxy and Sauce IPSec Proxy, support secure connectivity using TLS 1.2 or above.

To determine which solution is best for you, see [Overview of Sauce Labs Security Processes](https://saucelabs.com/resources/white-papers/overview-of-sauce-labs-security-processes).

Expand Down
2 changes: 1 addition & 1 deletion docs/secure-connections/ipsec-vpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ To monitor tunnel stability, we recommend pinging the tunnel gateway or checking
## Additional Resources

- [Overview of Sauce Labs Security Processes](https://saucelabs.com/resources/white-papers/overview-of-sauce-labs-security-processes)
- [Sauce Connect Proxy Security Overview](https://saucelabs.com/resources/white-papers/sauce-connect-proxy-security-overview)
- [Sauce Connect Proxy Security Overview](https://saucelabs.com/resources/white-papers/sauce-connect-proxy-security-overview)
6 changes: 4 additions & 2 deletions docs/secure-connections/sauce-connect-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ Sauce Connect Proxy 5 major changes are listed below.

## Getting Started With Sauce Connect Proxy 5

See [this document](/secure-connections/sauce-connect-5/quickstart/) for quickstart instructions.
Please refer to [Sauce Connect Quickstart Guide](/secure-connections/sauce-connect-5/quickstart/) if you are new to Sauce Connect.

If you already use Sauce Connect Proxy 4, please refer to [Sauce Connect Proxy 5 Migration Guide](/secure-connections/sauce-connect-5/migrating/).

## More Information

- [Sauce Connect Proxy Overview](/secure-connections/sauce-connect/)
- [Sauce Connect Proxy 5 Quickstart Guide](/secure-connections/sauce-connect-5/quickstart/)
- [Sauce Connect Proxy 5 Migration Guide](/secure-connections/sauce-connect-5/migrating/)
- [Sauce Connect Proxy 5 CLI Reference](/dev/cli/sauce-connect-5/)
1 change: 1 addition & 0 deletions docs/secure-connections/sauce-connect-5/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ See [this guide](/secure-connections/sauce-connect-5/operation/kubernetes/)

## More Information

- [Sauce Connect Proxy Changelog](https://changelog.saucelabs.com/en?category=sauce%20connect)
- [Sauce Connect Proxy 5 Administration](/secure-connections/sauce-connect-5/operation/overview/)
- [Sauce Connect Proxy 5 CLI Reference](/dev/cli/sauce-connect-5/)
- [Sauce Connect Proxy Architecture](/secure-connections/sauce-connect-5/advanced/architecture/)
2 changes: 1 addition & 1 deletion docs/secure-connections/sauce-connect-5/migrating.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can now install or upgrade Sauce Connect version 5 with a package manager sy
* `sc run` is now used to start a tunnel, as there are now other subcommands that can be used.
* `--tunnel-name` is now required.
* `--region` is now required.
* SSL Bumping is now **OFF** by default, and is called TLS Resigning.
* [SSL Certificate Bumping](/secure-connections/sauce-connect/security-authentication#ssl-certificate-bumping) is now **OFF** by default, and is called TLS Resigning.
* Domain matching for deny/direct/tunnel domains now uses the standard regex format.

## Unsupported Features
Expand Down
7 changes: 6 additions & 1 deletion docs/secure-connections/sauce-connect.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---
id: sauce-connect
title: Sauce Connect Proxy
title: Sauce Connect Proxy 4
sidebar_label: Overview
---

:::caution Sauce Connect Proxy 5 is released
Please refer to [Sauce Connect Proxy 5 Overview](/secure-connections/sauce-connect-5/) for the most recent Sauce Connect Proxy documentation.
:::

If your company has firewall rules that limit your ability to run tests on Sauce Labs, you can use our Sauce Connect Proxy feature to connect to Sauce Labs in the cloud without exposing your company's IT infrastructure to security risks.

Sauce Connect is a proxy server that opens a secure connection between a Sauce Labs virtual machine, emulator, simulator or real device running your browser or native app tests, and an app or website you want to test that is on your local machine or behind a corporate firewall.
Expand Down Expand Up @@ -60,6 +64,7 @@ For more information about Sauce Connect Proxy™ and its security, see [thi

## More Information

- [Sauce Connect Proxy 5 Overview](/secure-connections/sauce-connect-5/)
- [Sauce Connect Proxy Quickstart](/secure-connections/sauce-connect/quickstart/)
- [Sauce Connect Proxy Basic Setup and Configuration](/secure-connections/sauce-connect/setup-configuration/basic-setup/)
- [Sauce Connect Proxy CLI Reference](/dev/cli/sauce-connect-proxy)
5 changes: 5 additions & 0 deletions docs/secure-connections/sauce-connect/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ sidebar_label: Download
import useBaseUrl from '@docusaurus/useBaseUrl';
import ScTable from '../../../src/components/scTable.jsx';

:::caution Sauce Connect Proxy 5 is released
Please refer to [Sauce Connect Proxy 5 Installation Guide](/secure-connections/sauce-connect-5/installation/) for the most recent Sauce Connect Proxy 5 installation instructions.
:::

This topic describes where and how to download Sauce Connect Proxy to your local machine.

## What You’ll Need
Expand Down Expand Up @@ -227,6 +231,7 @@ As an alternative to downloading the client, you can use the Sauce Connect Proxy

## More Information

- [Sauce Connect Proxy 5 Installation Guide](/secure-connections/sauce-connect-5/installation/)
- [Sauce Connect Proxy Quickstart](/secure-connections/sauce-connect/quickstart)
- [Sauce Connect Proxy System and Network Requirements](/secure-connections/sauce-connect/system-requirements/)
- [Sauce Connect Proxy CLI Reference](/dev/cli/sauce-connect-proxy/)
Expand Down
4 changes: 2 additions & 2 deletions docs/secure-connections/sauce-connect/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Sauce Connect is required to run a local test on an app or website located behind a firewall. Get up and running with a basic Sauce Connect Proxy tunnel in minutes using the steps below.

:::caution Sauce Connect Proxy 5 is released
Please refer to [Sauce Connect Proxy 5 Quickstart Guide](/secure-connections/sauce-connect-5/quickstart/) for the latest quickstart guide.
:::

Sauce Connect is required to run a local test on an app or website located behind a firewall. Get up and running with a basic Sauce Connect Proxy tunnel in minutes using the steps below.

## What You'll Need

- A Sauce Labs account ([Log in](https://accounts.saucelabs.com/am/XUI/#login/) or sign up for a [free trial license](https://saucelabs.com/sign-up)).
Expand Down

0 comments on commit 223e403

Please sign in to comment.