-
Notifications
You must be signed in to change notification settings - Fork 56
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
Error infracost register behind proxy #22
Comments
Hi @olahouze. Have you set a To unblock you just now though, you can sign up directly at https://dashboard.infracost.io/ and retrieve an API key from your "Org Settings". |
Hi @alikhajeh1
|
Hello I don't have the rights on my company's computer to modify the environment variables.
Good news but same problem : after put API KEY, communication KO because no proxy parameter Sincerely |
@SerhiiSokolov this looks like it's still hitting the proxy. Do you have the exact commands you ran to set the proxy variables? |
@olahouze out of interest does it work if you add the env var inline and run the
Another option we might have is to include it in the Infracost config file once we add support for that to VS Code. |
@olahouze we just released a new version of the Infracost VS Code Extension (v0.2.11) that supports using a config file. The config file also supports |
Hello
Context
I'm in a company that filters the internet flow behind a web proxy
When I want to make the following order
infracost register
I have an error
Error: Error sending API request: Post "https://dashboard.api.infracost.io/apiKeys?source=cli-register": dial tcp 3.139.172.42:443: i/o timeout
Request
Can you add a functionality to allow to configure the module with a web proxy ?
Sincerely
The text was updated successfully, but these errors were encountered: