[PR #115] [CLOSED] refactor: remove name from Resource #244

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

📋 Pull Request Information

Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/115
Author: @mschlaipfer
Created: 1/22/2026
Status: Closed

Base: mainHead: fix-99


📝 Commits (1)

  • af1af62 refactor: remove name from Resource

📊 Changes

4 files changed (+110 additions, -179 deletions)

View changed files

📝 iam-policy-autopilot-policy-generation/src/enrichment/mod.rs (+3 -9)
📝 iam-policy-autopilot-policy-generation/src/enrichment/resource_matcher.rs (+25 -27)
📝 iam-policy-autopilot-policy-generation/src/policy_generation/engine.rs (+52 -90)
📝 iam-policy-autopilot-policy-generation/src/policy_generation/integration_tests.rs (+30 -53)

📄 Description

Issue #, if available: #99

Description of changes:
name in Resource is unused, this CR removes it.

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/115 **Author:** [@mschlaipfer](https://github.com/mschlaipfer) **Created:** 1/22/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-99` --- ### 📝 Commits (1) - [`af1af62`](https://github.com/awslabs/iam-policy-autopilot/commit/af1af62cfc8a0f88d9dbe009b3d9548b4dc6bae7) refactor: remove name from Resource ### 📊 Changes **4 files changed** (+110 additions, -179 deletions) <details> <summary>View changed files</summary> 📝 `iam-policy-autopilot-policy-generation/src/enrichment/mod.rs` (+3 -9) 📝 `iam-policy-autopilot-policy-generation/src/enrichment/resource_matcher.rs` (+25 -27) 📝 `iam-policy-autopilot-policy-generation/src/policy_generation/engine.rs` (+52 -90) 📝 `iam-policy-autopilot-policy-generation/src/policy_generation/integration_tests.rs` (+30 -53) </details> ### 📄 Description *Issue #, if available:* #99 *Description of changes:* `name` in `Resource` is unused, this CR removes it. 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:18 +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#244
No description provided.