iriusrisk / GoCD-EC2-Elastic-Agent-Plugin

Plugin for GoCD server that will spin up and shut down EC2 instances as its agent workers on demand
Apache License 2.0
12 stars 12 forks source link

Add support for default credentials provider chain #13

Closed brettcave closed 4 years ago

brettcave commented 4 years ago

The AWS default credentials provider chain will try to resolve credentials from default locations (IAM instance profiles, files, environment variables, etc). This makes providing credentials directly in the plugin optional.

Resolves #12

v-sky commented 4 years ago

I will test it along with #11 in dev branch. Thanks.