Skip to content

Commit e2da8ed

Browse files
authored
Remove SC5 Security and Authentication (#3181)
* SC-5293: add SC5 guide for TLS resigning * SC-4916: remove security and authentication section * Strip prefix from documentation links
1 parent 13c7342 commit e2da8ed

File tree

9 files changed

+35
-193
lines changed

9 files changed

+35
-193
lines changed

docs/dev/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ An end-to-end process used to develop, plan, design, build, test, and deploy sof
618618

619619
### SSL Bumping
620620

621-
A feature of Sauce Connect Proxy that automatically re-signs self-signed and invalid SSL certificates, which are not trusted by stock browsers like those installed on the Sauce Labs infrastructure. With SSL Bumping, your tests will not be interrupted with security warnings that can't be dismissed by Selenium. More information: [SSL Certificate Bumping](/secure-connections/sauce-connect/security-authentication#ssl-certificate-bumping).
621+
A feature of Sauce Connect Proxy that automatically re-signs self-signed and invalid SSL certificates, which are not trusted by stock browsers like those installed on the Sauce Labs infrastructure. With SSL Bumping, your tests will not be interrupted with security warnings that can't be dismissed by Selenium. More information: [SSL Certificate Bumping](/secure-connections/sauce-connect-5/guides/tls-resigning/).
622622

623623
### Stacktrace
624624

docs/secure-connections.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -21,37 +21,31 @@ See our [Sauce Connect Proxy Security Overview](https://saucelabs.com/resources/
2121
<p>Learn about Sauce Connect Proxy and why we recommend it over allowlisting individual IP addresses.</p>
2222
</div>
2323
</div>
24-
<div className="box box3 card">
24+
<div className="box box2 card">
2525
<div className="container">
2626
<h3><a href="/secure-connections/sauce-connect-5/quickstart/">Quickstart</a></h3>
2727
<p>Learn how to launch a basic Sauce Connect Proxy tunnel configuration. Once you’re connected, use our code samples to run your first test.</p>
2828
</div>
2929
</div>
30-
<div className="box box4 card">
30+
<div className="box box3 card">
3131
<div className="container">
3232
<h3><a href="/dev/cli/sauce-connect-5">CLI Reference</a></h3>
3333
<p>Learn how to use our CLI flags to communicate with the Sauce Labs cloud from your private network.</p>
3434
</div>
3535
</div>
36-
<div className="box box5 card">
36+
<div className="box box4 card">
3737
<div className="container">
3838
<h3><a href="/secure-connections/sauce-connect-5/guides/ci-cd-integration">CI/CD Integration</a></h3>
3939
<p>Streamline your Sauce Connect Proxy automated functional testing by integrating your preferred build provider with Sauce Labs.</p>
4040
</div>
4141
</div>
42-
<div className="box box6 card">
42+
<div className="box box5 card">
4343
<div className="container">
4444
<h3><a href="/secure-connections/sauce-connect/proxy-tunnels">Using Tunnels</a></h3>
4545
<p>Best practices for starting, stopping, and monitoring tunnels.</p>
4646
</div>
4747
</div>
48-
<div className="box box7 card">
49-
<div className="container">
50-
<h3><a href="/secure-connections/sauce-connect/security-authentication">Security and Authentication</a></h3>
51-
<p>Settings and tips for configuring Sauce Connect Proxy with your network.</p>
52-
</div>
53-
</div>
54-
<div className="box box8 card">
48+
<div className="box box6 card">
5549
<div className="container">
5650
<h3><a href="/secure-connections/sauce-connect-5/guides/tunnel-pool/">Tunnel Pool Setup</a></h3>
5751
<p>Set up a high volume of tests to run parallel through multiple Sauce Connect Proxy tunnels to save time.</p>

docs/secure-connections/sauce-connect-5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ An [`sc legacy`](/dev/cli/sauce-connect-5/legacy/) command is introduced to help
2727
4. Observability improvement.
2828
Sauce Connect Proxy 5 comes with [Prometheus](https://prometheus.io/) metrics and a [Grafana dashboard](https://grafana.com/grafana/dashboards/20232-sauce-connect/).
2929
5. Easier installation and upgrade process. Sauce Connect Proxy 5 release contains deb and rpm packages for Linux, brew support for macOS, as well as x86_64 and arm64 architectures support for all platforms.
30-
6. Secure [WebSocket](https://en.wikipedia.org/wiki/WebSocket) support with [SSL Certificate Bumping](/secure-connections/sauce-connect/security-authentication#ssl-certificate-bumping) enabled.
30+
6. Secure [WebSocket](https://en.wikipedia.org/wiki/WebSocket) support with [TLS Resigning](/secure-connections/sauce-connect-5/guides/tls-resigning/) enabled.
3131
7. [SOCKS5](https://datatracker.ietf.org/doc/html/rfc1928) support for upstream proxies.
3232

3333
### Major changes

docs/secure-connections/sauce-connect-5/advanced/security-authentication.md

-176
This file was deleted.

0 commit comments

Comments
 (0)