mmmorris1975 / aws-runas

aws-runas rewritten in Go
MIT License
87 stars 20 forks source link

specifying role arn as profile does not get default profile settings from config #10

Closed mmmorris1975 closed 6 years ago

mmmorris1975 commented 6 years ago

if a role arn (instead of profile name) is provided to the command, or as the AWS_PROFILE env var, settings from any default profile are not provided. This would be desirable behavior.

mmmorris1975 commented 6 years ago

Fixed as of 1dffe42