[PR #3] [MERGED] Initial commit #163

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

📋 Pull Request Information

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

Base: prereleaseHead: prerelease


📝 Commits (1)

📊 Changes

139 files changed (+32231 additions, -6 deletions)

View changed files

.gitignore (+11 -0)
.gitmodules (+6 -0)
.vscodeignore (+23 -0)
Cargo.toml (+108 -0)
📝 README.md (+147 -6)
iam-policy-autopilot-access-denied/Cargo.toml (+24 -0)
iam-policy-autopilot-access-denied/src/aws/iam_client.rs (+204 -0)
iam-policy-autopilot-access-denied/src/aws/mod.rs (+24 -0)
iam-policy-autopilot-access-denied/src/aws/policy_naming.rs (+130 -0)
iam-policy-autopilot-access-denied/src/aws/principal.rs (+188 -0)
iam-policy-autopilot-access-denied/src/aws/sts.rs (+24 -0)
iam-policy-autopilot-access-denied/src/commands/apply.rs (+195 -0)
iam-policy-autopilot-access-denied/src/commands/mod.rs (+7 -0)
iam-policy-autopilot-access-denied/src/commands/plan.rs (+228 -0)
iam-policy-autopilot-access-denied/src/commands/service.rs (+93 -0)
iam-policy-autopilot-access-denied/src/error.rs (+88 -0)
iam-policy-autopilot-access-denied/src/lib.rs (+41 -0)
iam-policy-autopilot-access-denied/src/parsing/catalog.rs (+88 -0)
iam-policy-autopilot-access-denied/src/parsing/mod.rs (+7 -0)
iam-policy-autopilot-access-denied/src/parsing/utils.rs (+425 -0)

...and 80 more files

📄 Description

Issue #, if available: N/A

Description of changes: Initial commit of IAM Policy Autopilot implementation

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/3 **Author:** [@mschlaipfer](https://github.com/mschlaipfer) **Created:** 11/17/2025 **Status:** ✅ Merged **Merged:** 11/17/2025 **Merged by:** [@LukeKennedy](https://github.com/LukeKennedy) **Base:** `prerelease` ← **Head:** `prerelease` --- ### 📝 Commits (1) - [`9e217fa`](https://github.com/awslabs/iam-policy-autopilot/commit/9e217fa9d76c12c4406855b1fe0554ed175d2621) Initial commit ### 📊 Changes **139 files changed** (+32231 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+11 -0) ➕ `.gitmodules` (+6 -0) ➕ `.vscodeignore` (+23 -0) ➕ `Cargo.toml` (+108 -0) 📝 `README.md` (+147 -6) ➕ `iam-policy-autopilot-access-denied/Cargo.toml` (+24 -0) ➕ `iam-policy-autopilot-access-denied/src/aws/iam_client.rs` (+204 -0) ➕ `iam-policy-autopilot-access-denied/src/aws/mod.rs` (+24 -0) ➕ `iam-policy-autopilot-access-denied/src/aws/policy_naming.rs` (+130 -0) ➕ `iam-policy-autopilot-access-denied/src/aws/principal.rs` (+188 -0) ➕ `iam-policy-autopilot-access-denied/src/aws/sts.rs` (+24 -0) ➕ `iam-policy-autopilot-access-denied/src/commands/apply.rs` (+195 -0) ➕ `iam-policy-autopilot-access-denied/src/commands/mod.rs` (+7 -0) ➕ `iam-policy-autopilot-access-denied/src/commands/plan.rs` (+228 -0) ➕ `iam-policy-autopilot-access-denied/src/commands/service.rs` (+93 -0) ➕ `iam-policy-autopilot-access-denied/src/error.rs` (+88 -0) ➕ `iam-policy-autopilot-access-denied/src/lib.rs` (+41 -0) ➕ `iam-policy-autopilot-access-denied/src/parsing/catalog.rs` (+88 -0) ➕ `iam-policy-autopilot-access-denied/src/parsing/mod.rs` (+7 -0) ➕ `iam-policy-autopilot-access-denied/src/parsing/utils.rs` (+425 -0) _...and 80 more files_ </details> ### 📄 Description *Issue #, if available:* N/A *Description of changes:* Initial commit of IAM Policy Autopilot implementation 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:50:57 +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#163
No description provided.