rundeck-plugins / rundeck-ec2-nodes-plugin

Get resource node data from Amazon EC2
86 stars 45 forks source link

Errant whitespace in project.properties can cause AWS auth to fail #13

Closed gschueler closed 9 years ago

gschueler commented 10 years ago

If the accessKey or secretKey value has whitespace after it in the project.properties, it is not trimmed before being used, and will cause AWS authentication failure.

The auth keys should be cleaned before use