Detect when an IAM Role is given as a Profile Name

Issue #11 new
blakeca00 repo owner created an issue

Trap and return msg to stdout indicating a only IAM Users have access keys

Comments (2)

  1. blakeca00 reporter

    profile names must be known in advance and detected, vs. trapping any exception caused by submitting an IAM role profile name to keyup

  2. blakeca00 reporter

    temporary_profilenames module function added to iam_operations.py module so that the following comparision can be done to validate when a temporary profile name given to keyup:

    1. call temporary_profilenames() to return list of all identities in local config represented by iam users
    2. see if in the list returned
    3. if YES, exit with INFO message
  3. Log in to comment