[PR #6] [MERGED] Add chained FAS operations until fixed-point #166

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

📋 Pull Request Information

Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/6
Author: @mschlaipfer
Created: 11/19/2025
Status: Merged
Merged: 11/19/2025
Merged by: @mschlaipfer

Base: prereleaseHead: prerelease


📝 Commits (3)

📊 Changes

2 files changed (+535 additions, -64 deletions)

View changed files

📝 iam-policy-autopilot-policy-generation/src/enrichment/operation_fas_map.rs (+111 -24)
📝 iam-policy-autopilot-policy-generation/src/enrichment/resource_matcher.rs (+424 -40)

📄 Description

Issue #, if available:

Description of changes: Add FAS operations until fixed-point, not just a single one. Ensure we detect cycles to avoid infinite loops. Changes the datatype for the FAS operation context so we can implement Hash.

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/6 **Author:** [@mschlaipfer](https://github.com/mschlaipfer) **Created:** 11/19/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@mschlaipfer](https://github.com/mschlaipfer) **Base:** `prerelease` ← **Head:** `prerelease` --- ### 📝 Commits (3) - [`0658f95`](https://github.com/awslabs/iam-policy-autopilot/commit/0658f958c3e68aa526676eebf785e494b7a7f7a4) Add chained FAS operations until fixed-point - [`da6f4a6`](https://github.com/awslabs/iam-policy-autopilot/commit/da6f4a65492ad624451bfc3e4470b7dbe13e2da5) Clean up tests - [`a09f6dd`](https://github.com/awslabs/iam-policy-autopilot/commit/a09f6dd0f0e0a6924a526ef1ef51e649763159e1) Remove TODO ### 📊 Changes **2 files changed** (+535 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `iam-policy-autopilot-policy-generation/src/enrichment/operation_fas_map.rs` (+111 -24) 📝 `iam-policy-autopilot-policy-generation/src/enrichment/resource_matcher.rs` (+424 -40) </details> ### 📄 Description *Issue #, if available:* *Description of changes:* Add FAS operations until fixed-point, not just a single one. Ensure we detect cycles to avoid infinite loops. Changes the datatype for the FAS operation context so we can implement `Hash`. 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:51:13 +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#166
No description provided.