-
Notifications
You must be signed in to change notification settings - Fork 133
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
~/.aws/credentials parsing, session layer ? #109
Comments
@dynnamitt Interesting. I didn't know about this config file. Please go ahead if you to submit a PR :) |
That's literally why this library exists. |
"aws_credentials" would solve some parts of it yes, but (there is always a but):
I'm just learning Elixir ... writing a I'll see what I can cook up (in elixir) , on a path of reading other SDKs currently |
I've run into the need to parse ~/.aws/credentials files as well, including assuming roles via the |
@dynnamitt I'll open a PR based on your project (dynnamitt/ex_aws_cconf#1) to The code is here: https://github.com/aleDsz/aws_credentials/tree/ale-support-aws-config-file I'm probably missing something from |
Is a layer planned for implementing some of this:
https://docs.aws.amazon.com/sdk-for-go/api/aws/session/
~/.aws/credentials parsing to avoid duplicate config-files for aws-cli and this lib ?
load order:
The text was updated successfully, but these errors were encountered: