mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #37] [MERGED] feat: Release #194
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#194
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/37
Author: @mschlaipfer
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @mschlaipfer
Base:
main← Head:prerelease📝 Commits (10+)
75b238cInitial commit2f65c27setup automated PR checksdf5543bClean up and stricter tests54ce21cAdd chained FAS operations until fixed-point (#6)af365b2Support context in service reference AuthorizedActions85fcdbbEnsure PascalCase serialization for policy generation types (#11)6780328Ensure PascalCase serialization for policy uploader (#12)f6c889aIntroduce CI workflow for build and publish (#9)0be8c31Publish to Pypi (#18)69838baAdd resource cutoff (#16)📊 Changes
151 files changed (+38667 additions, -7 deletions)
View changed files
➕
.github/workflows/build_and_publish.yml(+262 -0)➕
.github/workflows/pr-checks.yml(+153 -0)➕
.gitignore(+11 -0)➕
.gitmodules(+6 -0)➕
.vscodeignore(+23 -0)📝
CONTRIBUTING.md(+44 -1)➕
Cargo.toml(+109 -0)📝
README.md(+340 -6)➕
RELEASE.md(+271 -0)➕
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(+200 -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(+230 -0)➕
iam-policy-autopilot-access-denied/src/commands/service.rs(+40 -0)➕
iam-policy-autopilot-access-denied/src/error.rs(+88 -0)...and 80 more files
📄 Description
Issue #, if available:
Description of changes: Release
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.