You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move readiness checks under guides
* Reorganize guides section
* Move SC5 API server under guides
* Move SC5 ci-cd-integration under guides
* Move SC5 configuration under guides
* Move SC5 overview under guides
* Move SC5 proxies under guides
* Move SC5 tunnel-pool under guides
* Move SC5 tunnels under guides
* Move logging and monitoring under guides
* Move SC5 traffic inspection under guides
* Remove SC5 overview from sidebar, it's going to be replaced with quickstart
Copy file name to clipboardExpand all lines: docs/basics/acct-team-mgmt/managing-service-accounts.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -141,4 +141,4 @@ Jobs run by service accounts are displayed on the [Automated Test Results page](
141
141
142
142
### Using Sauce Connect Proxy with a Service Account
143
143
144
-
If you plan to run tests through a [Sauce Connect Proxy tunnel](/secure-connections/), be mindful of tunnel sharing options. Service accounts cannot create or manage tunnels, so you must use a tunnel that has been shared with the service account’s assigned team. For detailed configuration instructions, refer to the [shared tunnels section](/secure-connections/sauce-connect-5/operation/overview/#shared-tunnels).
144
+
If you plan to run tests through a [Sauce Connect Proxy tunnel](/secure-connections/), be mindful of tunnel sharing options. Service accounts cannot create or manage tunnels, so you must use a tunnel that has been shared with the service account’s assigned team. For detailed configuration instructions, refer to the [shared tunnels section](/secure-connections/sauce-connect-5/guides/overview/#shared-tunnels).
You can share Sauce Connect Proxy tunnels based on the hierarchical structure of your [user roles](/basics/acct-team-mgmt/managing-user-info/#user-roles). You can also verify which tunnels are available on the **Tunnels** page in Sauce Labs.
8
8
9
-
For instructions on running a job using a shared tunnel, refer to the [shared tunnels guide](/secure-connections/sauce-connect-5/operation/overview/#shared-tunnels).
9
+
For instructions on running a job using a shared tunnel, refer to the [shared tunnels guide](/secure-connections/sauce-connect-5/guides/overview/#shared-tunnels).
10
10
11
11
| Role Creating Tunnel | Sharing Options (live testing or test automation) | Use Tunnels (live testing or test automation) | Stop options (from tunnels page) |
Copy file name to clipboardExpand all lines: docs/secure-connections/sauce-connect-5/faq.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Port 443 is the typical default port for HTTPS traffic. Sauce Connect will use p
24
24
25
25
You can use the [`-x / --proxy`](/dev/cli/sauce-connect-5/run/#proxy) command-line option (or `SAUCE_PROXY` environment variable) to specify the `hostname:port` of the proxy for all Sauce Connect Proxy traffic to the site(s) under test. In some companies you MUST pass traffic through a proxy to reach the internet.
26
26
27
-
See also [Sauce Connect Proxy Setup with Additional Proxies](/secure-connections/sauce-connect-5/operation/proxies).
27
+
See also [Sauce Connect Proxy Setup with Additional Proxies](/secure-connections/sauce-connect-5/guides/proxies).
28
28
29
29
## How can I share a Sauce Connect tunnel between multiple accounts?
30
30
@@ -53,13 +53,13 @@ Entering this code -- `(www.)?google-analytics.com,(www.)?googletagmanager.com,(
53
53
54
54
You can access `localhost` through Sauce Connect on Virtual Desktop Browser tests. However, you cannot proxy `localhost` or 127.0.0.1 connections on any Mobile tests, whether they are Emulators, Simulators, or Real Devices.
55
55
56
-
When using Sauce Connect Proxy, local websites running on commonly used ports are available to test at `localhost` or 127.0.0.1 URLs. The exception is when testing on Real or Virtual Mobile Devices. Real and Virtual Mobile tests require changes to the `/etc/hosts` file where Sauce Connect Proxy is hosted. For more information, see [Testing Mobile Devices Against localhost](/secure-connections/sauce-connect-5/operation/configuration/#sc5localhost).
56
+
When using Sauce Connect Proxy, local websites running on commonly used ports are available to test at `localhost` or 127.0.0.1 URLs. The exception is when testing on Real or Virtual Mobile Devices. Real and Virtual Mobile tests require changes to the `/etc/hosts` file where Sauce Connect Proxy is hosted. For more information, see [Testing Mobile Devices Against localhost](/secure-connections/sauce-connect-5/guides/configuration/#sc5localhost).
57
57
58
58
For all platforms, tests may perform better when using a locally defined domain name (which can be set in your [`hosts` file](http://en.wikipedia.org/wiki/Hosts_file)) rather than `localhost`. Using a locally defined domain name also allows access to apps on any port. If you are using a parent proxy with Sauce Connect, you may need the [`--proxy-localhost` flag](/dev/cli/sauce-connect-5/run/#proxy-localhost).
59
59
60
60
## How can I improve tunnel performance?
61
61
62
-
See [Improving Sauce Connect Proxy Performance](/secure-connections/sauce-connect-5/operation/tunnels/#sc5perf).
62
+
See [Improving Sauce Connect Proxy Performance](/secure-connections/sauce-connect-5/guides/tunnels/#sc5perf).
Copy file name to clipboardExpand all lines: docs/secure-connections/sauce-connect-5/guides/overview.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,16 @@ Sauce Connect Proxy operations and administration involve everything required to
17
17
## Installation and Configuration
18
18
19
19
- See the [installation instructions](/secure-connections/sauce-connect-5/installation/)
20
-
- See the [configuration guide](/secure-connections/sauce-connect-5/operation/configuration/)
20
+
- See the [configuration guide](/secure-connections/sauce-connect-5/guides/configuration/)
21
21
22
22
## Administration
23
23
24
24
We recommend using a single Sauce Connect Proxy tunnel or tunnel pool for each test suite or build, and tearing it down at the end of your test. Your test automation framework should launch Sauce Connect Proxy before the test suite is triggered and shut it down when the suite finishes.
25
25
26
26
### Security Considerations
27
27
28
-
We recommend using a [config file](/secure-connections/sauce-connect-5/operation/configuration/#config-file)
29
-
or [setting environment variables](/secure-connections/sauce-connect-5/operation/configuration/#environment-variables)
28
+
We recommend using a [config file](/secure-connections/sauce-connect-5/guides/configuration/#config-file)
29
+
or [setting environment variables](/secure-connections/sauce-connect-5/guides/configuration/#environment-variables)
30
30
to hide sensitive information like your password ([--access-key](/dev/cli/sauce-connect-5/run/#access-key))
31
31
and proxy credentials. This way, they won't be visible in the list of running
|`--readyfile`| see [Readiness Checks](/secure-connections/sauce-connect-5/guides/readiness-checks/)|
120
+
|`--se-port`| removed |
121
+
|`--tunnel-cainfo`| removed |
122
+
|`--vm-version`| removed |
123
123
124
124
## New Behavior in Sauce Connect 5
125
125
@@ -167,7 +167,7 @@ You can also prefix the option with a `-` character to remove it from the list,
167
167
168
168
### Readiness Checks
169
169
170
-
SC5 has been designed to integrate with Kubernetes and other container management systems. The `readyfile` and `status-address` options have been replaced by the `api-address` option. See [Readiness Checks](https://docs.saucelabs.com/secure-connections/sauce-connect-5/operation/readiness-checks/) for more details.
170
+
SC5 has been designed to integrate with Kubernetes and other container management systems. The `readyfile` and `status-address` options have been replaced by the `api-address` option. See [Readiness Checks](https://docs.saucelabs.com/secure-connections/sauce-connect-5/guides/readiness-checks/) for more details.
Copy file name to clipboardExpand all lines: docs/secure-connections/sauce-connect-5/quickstart.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ An [`sc legacy`](/dev/cli/sauce-connect-5/legacy/) command is introduced to help
19
19
20
20
- 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)).
21
21
- If you haven't already, make sure you can access the website or mobile app that you'll be testing from the Sauce Connect Proxy host.
22
-
- Check to see if you have any [proxies](/secure-connections/sauce-connect-5/operation/proxies/) that are required to access the public Internet.
22
+
- Check to see if you have any [proxies](/secure-connections/sauce-connect-5/guides/proxies/) that are required to access the public Internet.
23
23
24
24
## Installing Sauce Connect Proxy
25
25
@@ -36,7 +36,7 @@ See the [installation instructions](/secure-connections/sauce-connect-5/installa
36
36
This snippet contains your authentication credentials (username and access key), selects a Sauce Labs Data Center, and applies a name to your tunnel. Optionally, you can rename your tunnel by replacing the value after the <code>--tunnel-name</code> flag.
37
37
</details>
38
38
5. Paste the snippet into your terminal and run it. This will launch the tunnel.
39
-
6. Follow the steps in the [setup instructions](/secure-connections/sauce-connect-5/operation/overview/#running-sauce-connect-proxy) to start Sauce Connect Proxy 5 using the username and the access key obtained in the previous step.
39
+
6. Follow the steps in the [setup instructions](/secure-connections/sauce-connect-5/guides/overview/#running-sauce-connect-proxy) to start Sauce Connect Proxy 5 using the username and the access key obtained in the previous step.
40
40
41
41
## Verify Connection
42
42
@@ -111,7 +111,7 @@ Alternatively, you can go to the **Tunnel Proxies** page and click one of the **
0 commit comments