You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, nodejs ignores the http/https_proxy environment variables - this makes using aws-sso-cli in an environment where HTTP proxies are required impossible.
For some reason, nodejs ignores the http/https_proxy environment variables - this makes using aws-sso-cli in an environment where HTTP proxies are required impossible.
I've hacked the example code from https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/node-configuring-proxies.html into lib/aws.js and it seems to work as expected, but probably better if someone that understands nodejs could submit a PR :)
The text was updated successfully, but these errors were encountered: