Earnest-Labs / aws-sts

Generation of AWS STS tokens via SAML authentication.
67 stars 18 forks source link

role name make it difficult to use across users #7

Open nelsonenzo opened 8 years ago

nelsonenzo commented 8 years ago

Per the README

Defaults to the name of the account specified.

which I believe is the desired behavior as we typically want a standard aws profile name across users, regardless of their specific role. This makes it easier to write scripts that utilize the aws profiles across a set of users that may have varying roles in an organization.

bromanko commented 8 years ago

Makes sense. I missed this change in the last PR.