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

Fix Sauce Connect Proxy #554

Merged
merged 1 commit into from Oct 29, 2022
Merged

Fix Sauce Connect Proxy #554

merged 1 commit into from Oct 29, 2022

Conversation

GraemeWatt
Copy link
Member

@GraemeWatt GraemeWatt commented Oct 29, 2022

The Sauce Connect Proxy has started ignoring the restUrl: https://api.eu-central-1.saucelabs.com/rest/v1 option and is using the default value of restUrl: https://api.us-west-1.saucelabs.com/rest/v1, resulting in a failed connection. The problem is fixed by instead specifying region: eu-central instead of the deprecated restUrl. I've also changed tunnelIdentifier to tunnelName.

This PR partially addresses #534, but when that issue was opened, region: eu-central did not work. v3 of sauce-connect-action has still not been tagged, so we'll stick with v2 for now.

* Also change tunnelIdentifier to tunnelName.
@GraemeWatt GraemeWatt merged commit c79dc7d into master Oct 29, 2022
@GraemeWatt GraemeWatt deleted the fix-sauce-connect branch October 29, 2022 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant