mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-25 16:05:58 +03:00
[GH-ISSUE #153] Improve policy output: merge statements with equivalent resources and sort statements by service name #131
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mschlaipfer on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/153
Take the following policy
We should output all
kmsand alls3statements next to one another, respectively to make the policies easier to read/review.Moreover, the
s3-object-lambdastatements could be merged with thes3statements since they operate on the same resources, without impact on the permissions granted by the policy.