Open drnic opened 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:
~/.fog
~/.aws/credentials
myini = IniFile.load(File.join(ENV['HOME'], '.aws/credentials'))
Perhaps this needs to go in cyoi library
Currently bosh-gen only looks in
~/.fog
for known credentials. Also look in~/.aws/credentials
using https://github.com/TwP/inifile parser:Perhaps this needs to go in cyoi library