--user-name Fails if given a profile name from local awscli config

Issue #34 resolved
blakeca00 repo owner created an issue

--user-name requires that the end user enter an IAM username instead of the profile name alias in the local awscli configuration (causes failure).

Keyup should be modified so that it first checks to see if the value provided for --user-name is present in the list of local awscli profile names, if so, it should map this profile name to an IAM username and complete the operation.

If an IAM username is provided for the --user-name parameter, the operation should complete normally an skip the pre-op conversion from profile name >> Iam username step above.

Comments (2)

  1. Log in to comment