GoogleCloudPlatform / GoogleCloudPlatform/cloud-run-proxy

[FR] Reuse gcloud proxy setup

Open
#40 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.