cloudfoundry-community / bosh-gen

Rapid generation of BOSH releases
MIT License
68 stars 21 forks source link

Pickup existing AWS credentials from ~/.aws/credentials #101

Open drnic opened 7 years ago

drnic commented 7 years ago

Currently bosh-gen only looks in ~/.fog for known credentials. Also look in ~/.aws/credentials using https://github.com/TwP/inifile parser:

myini = IniFile.load(File.join(ENV['HOME'], '.aws/credentials'))

Perhaps this needs to go in cyoi library