Skip to content

2.3.1

Compare
Choose a tag to compare
@mmmorris1975 mmmorris1975 released this 19 Feb 04:34
· 242 commits to master since this release

Fix an issue where role data parsing for SAML clients returns the AWS saml provider integration ARN instead of the role ARN. This would cause an issue where running aws-runas -l reports the roles as

arn:aws:iam::1234567890:saml-provider/ProviderName

instead of

arn:aws:iam::1234567890:role/TheRole