-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
AWS CLI hangs in proxy mode #49
Comments
Hi @Aurrix, I'm unsure why this specifically would be happening. Are there specific services that work and some that don't? |
Not really, it seems entire aws cli hangs. Eg, I used also describe resources and terraform plan. |
Hey @Aurrix, There shouldn't be any issues with the latest release. Could you confirm you're doing the following: Window 1:
Window 2:
|
Hi @iann0036 , I have again double-checked the configuration on my personal and workstation. It works perfectly ok on the corporate machine, but I can't understand why it doesn't on my personal laptop. Besides having different OS Windows 10/11; I only have different authentication mechanisms. I am using an access key on my personal laptop while saml based authentication on a company-provided workstation. Everything else seems to be the same including AWS CLI, Python version, and Git Bash configuration. Could you perhaps suggest the direction of the search? PS The set up you suggested is the same I have tried. |
Hey @Aurrix, I'm a little lost for your configuration. I'd suggest looking into whether the port comes up and is listening, whether admin privs help, and perhaps open Wireshark to see what's really going on. |
@Aurrix, I'm having a similar problem and wondered if you made any progress on this? It sounds like we may have similar goals, In my case, I'm running all the client aws cli calls inside a container running terraform, and using docker compose to orchestrate it all. I may file a separate issue if I don't resolve my connection-through-proxy issue.. |
@timblaktu Unfortunately, my team decided not to proceed with iamlive further. I am afraid I won't be able to help you. |
Ah, I see. Hope you found some good alternative. Closing the loop on this, my connection problem was fixed by me setting HTTP_PROXY and HTTPS_PROXY env vars to be identical, both pointing at the single port iamlive listens on, and both using http:. @iann0036 this would seem a good candidate for closing, since it hasn't been reproducible and the issuer has moved on. |
Hi,
I am trying to make a POC with iamlive, it seems that somehow iamlive proxy results in aws cli hanging on most of the operations.
I have set up env variables as per documentation; iamlive seems to correctly intercept calls:
However, the terminal with aws command hangs without any output. So I have run it with debug mode. It seems to be requests stops at and retries:
Full logs below:
Command: aws s3api list-buckets
OS: Windows 11
The text was updated successfully, but these errors were encountered: