mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #32] [CLOSED] fix: Update prompt to include all relevant files #189
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#189
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/32
Author: @karanjitsingh
Created: 11/26/2025
Status: ❌ Closed
Base:
main← Head:prompt-fix📝 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
150 files changed (+37904 additions, -7 deletions)
View changed files
➕
.github/workflows/build_and_publish.yml(+186 -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(+166 -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(+230 -0)➕
iam-policy-autopilot-access-denied/src/commands/service.rs(+40 -0)➕
iam-policy-autopilot-access-denied/src/error.rs(+88 -0)➕
iam-policy-autopilot-access-denied/src/lib.rs(+41 -0)...and 80 more files
📄 Description
Description of changes: Update prompt to include all relevant files. Fixes issue identified from testing where llm was not passing relevant source files to generate policy
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.