assume-role-cli
assume-role-cli copied to clipboard
Set source_profile correctly
This fixes an issue where AWS CLI tools throw the error:
The source_profile "" referenced in the profile "foo" does not exist
This is caused when assume-role explicitly writes out an empty value as
"".
TODO: Add tests