mhardin / SeleniumGridScaler

Selenium Grid auto scaling plugin utilizing AWS
GNU General Public License v2.0
111 stars 51 forks source link

Few minor fixes #9

Closed netflash closed 7 years ago

netflash commented 8 years ago

BTW this project doesn't have "issues" tag. And I have one - no matter which credentials do I pass via variables - I get this

Jul 26, 2016 19:01:02:538 PM - ERROR [qtp63001505-14] [AutomationTestRunServlet] Error trying to start nodes:
com.amazonaws.AmazonServiceException: AWS was not able to validate the provided access credentials (Service: AmazonEC2; Status Code: 401; Error Code: AuthFailure; Request ID: 4cddee96-1085-4237-9d38-7222deb78e5c)

CloudTrail doesn't even show this requests. Could you please help me here ? Is there a simple way to debug the AWS client ? Maybe not so simple, but still :-) Thanks.

vpm-bradleyhession commented 7 years ago

Any updates on this? I believe this is due to the new AWS CLi updates. There are new signature signing routines for validating credentials, hence the refusal. I have not been able to update the SDK in pom.xml successfully...

mhardin commented 7 years ago

@netflash sorry, I added an issues tab. Also @vpm-bradleyhession, what specifically is the AWS problem? There is support here to pass in an AWS access key, AWS secret key, and AWS token. Or don't pass anything and it will just rely on the IAM role. I have other users using this plugin without issue, so I'm wondering what the issue is.

netflash commented 7 years ago

I'll close this PR, cuz I don't even remember what the issue was :-)