Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with account IDs that begin with the digit 0 #6

Open
nebffa opened this issue Nov 6, 2018 · 0 comments
Open

Issue with account IDs that begin with the digit 0 #6

nebffa opened this issue Nov 6, 2018 · 0 comments

Comments

@nebffa
Copy link

nebffa commented Nov 6, 2018

Hey, awesome repo you have here, but there's one small issue with it:

You have some lines like provider_arn = "arn:aws:iam::" + str(${AWS::AccountId}) + ":saml-provider/" + provider_name which cause an error when you have an account ID beginning with 0. Python barfs on it, so I reckon it would be easier to do provider_arn = "arn:aws:iam::" + "${AWS::AccountId}" + ":saml-provider/" + provider_name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant