trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
494 stars 90 forks source link

support for credential_source #60

Closed sdevang closed 5 years ago

sdevang commented 5 years ago

I see awsume does not support credential_source awscli configuration option.

It is expecting role_arn and source_profile in awscli config file or else it reports "Invalid Profile"

This parameter(credential_source) cannot be provided alongside source_profile and awsume does not like if source_profile is not configured.

More details, https://docs.aws.amazon.com/cli/latest/topic/config-vars.html

mbarneyjr commented 5 years ago

Hey @sdevang ,

Thank you for bringing this to our attention. We will be sure to resolve this issue in the next release of awsume!

sdevang commented 5 years ago

Do you have any ETA on next release date ? We use awsume extensively in our setup and this feature is really needed for current project.

mbarneyjr commented 5 years ago

We should be done with it within the next few weeks, maybe sooner

mbarneyjr commented 5 years ago

Hey @sdevang , we released 4.0.0 which should have resolved this issue. If you're still having problems feel free to re-open this issue or open a new one!