mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-26 00:15:57 +03:00
[PR #119] [CLOSED] Fetch context dev #247
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#247
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/119
Author: @hwei0
Created: 1/24/2026
Status: ❌ Closed
Base:
main← Head:fetch-context-dev📝 Commits (10+)
912c890feat: add version flag and submodule version+data info9f79162Merge branch 'main' of https://github.com/hwei0/iam-policy-autopilota6077d4refactor: address comments in PR#87869f80arefactor: fix clippyfbf5280fix: add openssl, libssl-dev dependenies to pr build workflow59b4b63fix: try to resolve build failure with openssl vendored https://github.com/cross-rs/cross/wiki/Recipes#openssl6af7ee6Merge branch 'awslabs:main' into main01b266brefactor: reset BTreeMap to HashMap in build.rs serde structs, add comments to structs in build.rsc4a739crefactor: reset to btree340b7e7refactor: share submodule struct beteeen build.rs and api/model.rs in policy-generation; other refactors📊 Changes
23 files changed (+962 additions, -45 deletions)
View changed files
📝
Cargo.toml(+6 -2)📝
iam-policy-autopilot-cli/src/commands.rs(+26 -1)📝
iam-policy-autopilot-cli/src/main.rs(+95 -1)📝
iam-policy-autopilot-mcp-server/src/tools/generate_policy.rs(+5 -0)📝
iam-policy-autopilot-policy-generation/Cargo.toml(+8 -0)📝
iam-policy-autopilot-policy-generation/build.rs(+129 -9)📝
iam-policy-autopilot-policy-generation/src/api/generate_policies.rs(+22 -7)➕
iam-policy-autopilot-policy-generation/src/api/get_account_context.rs(+13 -0)➕
iam-policy-autopilot-policy-generation/src/api/get_submodule_version.rs(+28 -0)➕
iam-policy-autopilot-policy-generation/src/api/get_terraform_state.rs(+12 -0)📝
iam-policy-autopilot-policy-generation/src/api/mod.rs(+6 -0)📝
iam-policy-autopilot-policy-generation/src/api/model.rs(+10 -0)➕
iam-policy-autopilot-policy-generation/src/aws/mod.rs(+26 -0)➕
iam-policy-autopilot-policy-generation/src/aws/resource_explorer_client.rs(+43 -0)➕
iam-policy-autopilot-policy-generation/src/aws/sts.rs(+23 -0)➕
iam-policy-autopilot-policy-generation/src/context_fetcher/mod.rs(+63 -0)➕
iam-policy-autopilot-policy-generation/src/context_fetcher/service.rs(+83 -0)➕
iam-policy-autopilot-policy-generation/src/context_fetcher/terraform_state.rs(+99 -0)📝
iam-policy-autopilot-policy-generation/src/embedded_data.rs(+49 -0)📝
iam-policy-autopilot-policy-generation/src/errors/mod.rs(+49 -0)...and 3 more files
📄 Description
Issue #, if available:
Description of changes:
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.