bosh-gen
bosh-gen copied to clipboard
Pickup existing AWS credentials from ~/.aws/credentials
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