retailnext/IG IAP Tunnel
Download and run ig-iap-tunnel to create an IAP tunnel to a GCP instance group
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | ig-iap-tunnel release version (e.g. v1.2.3). Defaults to latest. | no | latest |
| instance_group_id | GCP instance group ID: projects/{project}/regions/{region}/instanceGroups/{name} | yes | — |
| remote-port | Remote port on the target instance | no | 8888 |
| local-port | Local port to listen on | no | 8888 |
| proxy-domains | Comma-separated list of domains (including subdomains) to route through the IAP tunnel. When set, only matching destinations use the tunnel; everything else is dialed directly. When unset, all traffic goes through the tunnel. | no | "" |
| github-token | GitHub token used to resolve the latest release version | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| proxy-url | Proxy URL for the tunnel (e.g. http://localhost:8888) |