mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #122] [MERGED] feat: action filtering for --explain #246
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#246
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?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/122
Author: @mschlaipfer
Created: 1/26/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @mschlaipfer
Base:
main← Head:explain-with-actions📝 Commits (4)
dd095bdfeat: action filtering for--explain7b0ae55Merge branch 'main' into explain-with-actionseea8de9Update README.md128dbd3Update CHANGELOG.md📊 Changes
6 files changed (+261 additions, -17 deletions)
View changed files
📝
CHANGELOG.md(+1 -1)📝
README.md(+1 -1)📝
iam-policy-autopilot-cli/src/main.rs(+16 -8)📝
iam-policy-autopilot-mcp-server/src/tools/generate_policy.rs(+2 -1)📝
iam-policy-autopilot-policy-generation/src/api/generate_policies.rs(+236 -4)📝
iam-policy-autopilot-policy-generation/src/api/model.rs(+5 -2)📄 Description
Issue #, if available:
Description of changes:
Make
--explaintake a list of actions, with wildcard support. Add a sentence about--explainto theREADME.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.