k1LoW / awspec

RSpec tests for your AWS resources.
MIT License
1.17k stars 192 forks source link

Allow enabling http_wire_trace via env vars #525

Closed eXpire163 closed 4 years ago

eXpire163 commented 4 years ago

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 commented 4 years ago

@eXpire163 Thank you!!!

k1LoW commented 4 years ago

Released as v1.22.1.