GoogleCloudPlatform / GoogleCloudPlatform/cloud-run-proxy
[FR] Reuse gcloud proxy setup
Open
- Dominant language
- Go
- Stars
- 136
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Right now it ignore the proxy configuration of gcloud and we need do the following:
`https_proxy='http://URLPROXY.intraxa:2222' gcloud run services proxy xxx --port=6006 --region=europe-west6`
Will be great if it could reuse the proxy info that we have to setup for for gcloud:
```
[proxy]
address: [PROXYURL] (property file)
port: [2222] (property file)
type: [http] (property file)
```
Contributor guide
Assessment
This issue has not been assessed yet.