Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Statement: Find all unknown Actions and unknown Prefixes in a Stateme…
…nt (#165) The primary use case of this change is for faster developer feedback. If there are two typo'd Actions in a single IAM Statement, parliament will only catch one; the user then makes a fix and then re-runs parliament to find the second issue. If there is a serious Exception with the Action syntax, we should still bail out and return False. However, UnknownAction and UnknownPrefix are recoverable and parliament should attempt to find all of them.
- Loading branch information
3dcf32c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to do a release soon? I really want this feature in my own code.
Thank you! :)
3dcf32c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@siminot Sorry about that. I just put up a PR to bump the version so I can cut a release: #168
3dcf32c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0xdabbad00 Thank you!