-
Notifications
You must be signed in to change notification settings - Fork 32
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
reading access keys from awscli config? #6
Comments
Can you give a link to "standard awscli config"? Never heard about it :) |
Sure, head right here - https://github.com/aws/aws-cli TL;DR version - it is a plain old text config residing in ~/.aws/config, with "profiles" defined as [profilename] sections and access variables in the form of key=value |
Aha, good idea, thanks. I'll try to implement it |
@yegor256 bumping this issue, could you support the |
@AlJohri maybe you can contribute with a pull request? |
@yegor256 I currently went with https://github.com/mapbox/dyno/ which uses the I'll revisit this if I have need for |
Hello again,
wouldn't it be more secure and convenient if the script could read access keys from standard awscli config (perhaps even including the profile feature?)
The text was updated successfully, but these errors were encountered: