mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[GH-ISSUE #118] Simplify is_arn validation in fix-access-denied workflow #92
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#92
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 (Jan 23, 2026).
Original GitHub issue: https://github.com/awslabs/iam-policy-autopilot/issues/118
See discussion in https://github.com/awslabs/iam-policy-autopilot/pull/104#discussion_r2718113307.
ARNs can have values other than an account ID in the account part, such as
aws(which we already added), but seemingly also other values likecloudfront. We should not play whack-a-mole to support all special cases, and instead just require non-emptiness.