mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #3] [MERGED] Initial commit #163
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#163
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/3
Author: @mschlaipfer
Created: 11/17/2025
Status: ✅ Merged
Merged: 11/17/2025
Merged by: @LukeKennedy
Base:
prerelease← Head:prerelease📝 Commits (1)
9e217faInitial commit📊 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.