Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
drnic opened this issue Sep 10, 2017 · 0 comments
Open

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

drnic opened this issue Sep 10, 2017 · 0 comments

Comments

@drnic
Copy link
Contributor

drnic commented Sep 10, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant