[PR #122] [MERGED] feat: action filtering for --explain #246

Closed
opened 2026-03-15 11:55:34 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: explain-with-actions


📝 Commits (4)

  • dd095bd feat: action filtering for --explain
  • 7b0ae55 Merge branch 'main' into explain-with-actions
  • eea8de9 Update README.md
  • 128dbd3 Update 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 --explain take a list of actions, with wildcard support. Add a sentence about --explain to the README.

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.

## 📋 Pull Request Information **Original PR:** https://github.com/awslabs/iam-policy-autopilot/pull/122 **Author:** [@mschlaipfer](https://github.com/mschlaipfer) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@mschlaipfer](https://github.com/mschlaipfer) **Base:** `main` ← **Head:** `explain-with-actions` --- ### 📝 Commits (4) - [`dd095bd`](https://github.com/awslabs/iam-policy-autopilot/commit/dd095bdc86867b7e5d45308fcda877d2d4bb180a) feat: action filtering for `--explain` - [`7b0ae55`](https://github.com/awslabs/iam-policy-autopilot/commit/7b0ae55dc9247e13cd094af3f6fb48ac5e70ec3d) Merge branch 'main' into explain-with-actions - [`eea8de9`](https://github.com/awslabs/iam-policy-autopilot/commit/eea8de97c6754702db0cb5782b1be7e53b421d82) Update README.md - [`128dbd3`](https://github.com/awslabs/iam-policy-autopilot/commit/128dbd3a31ecb2cc68189a47d303511d17f345be) Update CHANGELOG.md ### 📊 Changes **6 files changed** (+261 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description *Issue #, if available:* *Description of changes:* Make `--explain` take a list of actions, with wildcard support. Add a sentence about `--explain` to the `README`. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:55:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/iam-policy-autopilot#246
No description provided.