Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sauce-connect(installation): remove api-address note after 5.1.2 release #2922

Merged
merged 2 commits into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@
* Command line arguments.

All of these options are supported in containers, and you can use them interchangeably.

:::note
At the moment `api-address` may only be specified as environment variable `SAUCE_API_ADDRESS`, and not in the configuration file.
See [Sauce Connect Proxy API Server](/secure-connections/sauce-connect-5/operation/api-server#docker) for more information.
:::


Check warning on line 37 in docs/secure-connections/sauce-connect-5/installation/docker.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/secure-connections/sauce-connect-5/installation/docker.md#L37

[sauce.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[sauce.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/secure-connections/sauce-connect-5/installation/docker.md", "range": {"start": {"line": 37, "column": 1}}}, "severity": "WARNING"}
### Configuration file

To use a configuration file, mount the file to the container at `/etc/sauce-connect/sauce-connect.yaml`.
Expand Down