saucelabs/Sauce Connect Proxy Action
A GitHub action to launch Sauce Connect Proxy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiAddress | host:port for the status server used to expose client status. | no | — |
| accessKey | Sauce Labs API Key. | yes | — |
| cacertFile | CA certificate bundle to use for verifying REST connections. (default "/usr/local/etc/openssl/cert.pem") | no | — |
| configFile | Path to YAML config file. Please refer to https://docs.saucelabs.com/secure-connections/sauce-connect-5/operation/configuration/. | no | — |
| directDomains | Comma-separated list of domains that you want to relay directly through the internet instead of through the Sauce Connect Proxy tunnel. | no | — |
| dnsServer | Use specified name server. To specify multiple servers, separate them with comma. Use IP addresses, optionally with a port number, the two separated by a colon. Example: --dns 8.8.8.8,8.8.4.4:53 | no | — |
| denyDomains | Comma-separated list of regular expressions. Requests matching one of these will get dropped instantly and will not go through the tunnel. | no | — |
| logLevel | Specify log level. | no | — |
| logHttp | HTTP request and response logging mode. | no | — |
| metricsAddress | [DEPRECATED in 4.8.0] host:port for the status server used to expose client metrics. | no | — |
| pac | Proxy autoconfiguration. Can be an http(s) or local file:// (absolute path only) URI. | no | — |
| proxy | Proxy host and port that Sauce Connect should use to connect to the Sauce Labs cloud. | no | — |
| proxyLocalhost | Configure localhost access; allow, direct, deny | no | — |
| proxySauce | Use the proxy configured with -p for the tunnel connection. | no | — |
| proxyUserpwd | Username and password required to access the proxy configured with -p. | no | — |
| region | Sets your Sauce Labs region data center such as us-west, eu-central, etc... For more information, please refer to https://docs.saucelabs.com/basics/data-center-endpoints/ or https://github.com/saucelabs/node-saucelabs?tab=readme-ov-file#region. | yes | — |
| restUrl | Sets your Sauce Labs regional data center REST API URL (e.g., EU-Central, US-West). We recommend to use `region` instead. | no | — |
| scproxyPort | Port on which scproxy will be listening. | no | — |
| scVersion | Version of the saucelabs/sauce-connect docker image. | no | 5 |
| sePort | Port on which Sauce Connect's Selenium relay will listen for requests. Selenium commands reaching Connect on this port will be relayed to Sauce Labs securely and reliably through Connect's tunnel (default 4445) | no | — |
| shared | Share the tunnels within the same organization. | no | — |
| tlsPassthroughDomains | Comma-separated list of domains. Requests whose host matches one of these will not be SSL re-encrypted. | no | — |
| tunnelDomains | Inverse of '--direct-domains'. Only requests for domains in this list will be sent through the tunnel. Overrides '--direct-domains'. | no | — |
| tunnelIdentifier | Assigns a name to a Sauce Connect Proxy tunnel. Use tunnelName starting from Sauce Connect v4.7.0. | no | — |
| tunnelName | Assigns a name to a Sauce Connect Proxy tunnel. Same as tunnelIdentifier. | yes | — |
| tunnelPool | Launches a high availability tunnel pool along with the --tunnel-identifier flag. For more info, please refer to https://docs.saucelabs.com/secure-connections/sauce-connect/setup-configuration/high-availability/. | no | — |
| username | Sauce Labs user name. | yes | — |
| retryTimeout | Do not retry if this amount of minutes has passed since starting. | no | 5 |
Outputs
no outputs