Skip to content

Commit 0d7f32e

Browse files
committed
ci: configure tlsPassthroughDomains in Sauce Connect CI workflow
Set tlsPassthroughDomains: all in saucelabs/sauce-connect-action@v3 to disable SSL bumping across all domains in Sauce Connect 5.
1 parent d8e8be9 commit 0d7f32e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ jobs:
226226
region: us-west-1
227227
tunnelName: ${{ env.SAUCE_TUNNEL_IDENTIFIER }}
228228
proxyLocalhost: allow
229+
tlsPassthroughDomains: all
229230
- name: Run E2E Browser tests
230231
env:
231232
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}

0 commit comments

Comments
 (0)