bosh-gen icon indicating copy to clipboard operation
bosh-gen copied to clipboard

Pickup existing AWS credentials from ~/.aws/credentials

Open drnic opened this issue 7 years ago • 0 comments

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

drnic avatar Sep 10 '17 23:09 drnic