Skip to content

incorrect reading of credentials #1163

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

Closed
andreineculau opened this issue Oct 2, 2016 · 2 comments
Closed

incorrect reading of credentials #1163

andreineculau opened this issue Oct 2, 2016 · 2 comments
Labels
duplicate This issue is a duplicate. feature-request A feature should be added or improved.

Comments

@andreineculau
Copy link

as per http://docs.aws.amazon.com/cli/latest/topic/config-vars.html#using-aws-iam-roles

source_profile define which credentials to load, yet with a configuration like that, I get into "Missing credentials in config" errors.

In order to fix this situation, I basically need this as my ~/.aws/credentials i.e. duplicate the credentials:

[development]
aws_access_key_id=foo
aws_secret_access_key=bar
[crossacount]
aws_access_key_id=foo
aws_secret_access_key=bar
`
``
@LiuJoyceC
Copy link
Contributor

Hi @andreineculau
The AWS JavaScript SDK does not currently support the AWS CLI config file, which is intended for the AWS CLI. However, we are looking into this as a feature request.

We already have this open as a feature request (#1039), so I will mark this as a duplicate and close it. Thanks.

@LiuJoyceC LiuJoyceC added duplicate This issue is a duplicate. feature-request A feature should be added or improved. labels Oct 4, 2016
@lock
Copy link

lock bot commented Sep 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue is a duplicate. feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants