Skip to content
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

Allow enabling http_wire_trace via env vars #525

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Allow enabling http_wire_trace via env vars #525

merged 1 commit into from
Nov 17, 2020

Conversation

eXpire163
Copy link
Contributor

Hi,

i'm not a ruby dev but we are using awspec. Now we have moved the execution to aws and facing wired connection issues:

1) iam_role 'DatabaseAdmin' is expected to exist
     Failure/Error: it { should exist }
     
     Seahorse::Client::NetworkingError:
       Failed to open TCP connection to : (getaddrinfo: Name does not resolve)
     # ./spec/rds_spec.rb:4:in `block (2 levels) in <top (required)>'

The wired thing is that it does not show a target where it tries to connect to. The other thing is that we can run aws iam list-roleswithout a problem through the proxy setup in env -> http-proxy / https-proxy

@k1LoW
Copy link
Owner

k1LoW commented Nov 17, 2020

@eXpire163 Thank you!!!

@k1LoW k1LoW merged commit 7578a69 into k1LoW:master Nov 17, 2020
@k1LoW
Copy link
Owner

k1LoW commented Nov 17, 2020

Released as v1.22.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants