amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

Doesn't work with short term federated AWS IAM credentials #150

Open wolfeidau opened 6 years ago

wolfeidau commented 6 years ago

For some reason awsmobile isn't picking up credentials from my ~/.aws/credentials correctly when using federated login.

I have a feeling it is omitting the token, and just grabbing the id / secret, which results in an authentication error.

Any plans to fix this?

Cheers.

UnleashedMind commented 6 years ago

Thanks for the feedbacks, you are right, currently, the awsmobile-cli does not support federated login, I will mark this as a feature request.

lepirlouit commented 6 years ago

system env variable are neater taken into account