-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running under the proxy #351
Comments
Thanks for reporting this issue, I believe that's a regression of #326 - Networking issues shouldn't interrupt the workflow here. |
In the meantime, you can disable the metrics via the |
Thanks @skorfmann that works for me |
The command "CHECKPOINT_DISABLE=true cdktf get" worked for me. Thanks! |
i just ran into this problem also, wondering if we can add the env to |
Not currently, but that sounds like a reasonable request. |
As mentioned in #545 we should just catch the error and ignore it. |
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Community Note
Description
In our organisation we use proxy to get to internet.
When run
cdktf get
exception is thrown:So I have to go to sources and add proxy to checkpoint.js request to get typescript files for azure provider.
If would be great if cli would respect HTTPS_PROXY environment variable
References
https://github.com/hashicorp/terraform-cdk/blob/master/packages/cdktf-cli/lib/checkpoint.ts#L25
The text was updated successfully, but these errors were encountered: