Assigned
Status Update
Comments
va...@google.com <va...@google.com>
vo...@google.com <vo...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
The customer is testing a new Cloud Run service feature for proxying cloud run service. For this, he has executed the command gcloud run services proxy xxx --port=yyyy --region=rrrrrrr, it seems the proxy setup is not being honored and could not access the application from the localhost.
The following are equivalent:
export https_proxy='
gcloud run services proxy xxx --port=6006 --region=europe-west6
and
https_proxy='
However when the proxy config is removed, the "gcloud run" command doesn't work anymore, resulting in an error message: ERROR: gcloud crashed (SSLError):
HTTPSConnectionPool(host='
What you expected to happen:
The gcloud run proxy command needs to accept the proxy setup as input/argument. Currently, it does not and the reason for this feature request.
Steps to reproduce:
Execute the gcloud run proxy command with the config setup and will not be honored.
Other information (workarounds you have tried, documentation consulted, etc):
The workaround is to prefix the https_proxy config before the gcloud command