-
0.1.4 Stable
released this
2026-01-31 01:14:22 +03:00 | 25 commits to main since this release📅 Originally published on GitHub: Fri, 30 Jan 2026 22:38:40 GMT
🏷️ Git tag created: Fri, 30 Jan 2026 22:14:22 GMTWhat's Changed
Added
- Added
--explainfeature with action pattern filtering to output the reasons for why actions were added to the policy. Supports wildcards (e.g.,--explain '*'for all,--explain 's3:*'for S3 actions). The explanations allow to review the operations which static analysis extracted from source code, and to correct them using the--service-hintsflag, if necessary. (#84, #122) - Added Kiro Power config (#69)
- Added submodule version and data hash info to
--version --verboseoutput (#87)
Changed
- Updated botocore and boto3 submodules (#126)
Full Changelog: https://github.com/awslabs/iam-policy-autopilot/compare/0.1.3...0.1.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
iam-policy-autopilot-0.1.4-aarch64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:45:29 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.4-aarch64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:31 +03:00 · 12 MiB -
iam-policy-autopilot-0.1.4-aarch64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:33 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.4-x86_64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:45:35 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.4-x86_64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:37 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.4-x86_64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:41 +03:00 · 14 MiB
- Added
-
0.1.3 Stable
released this
2026-01-26 22:50:40 +03:00 | 45 commits to main since this release📅 Originally published on GitHub: Mon, 26 Jan 2026 21:06:56 GMT
🏷️ Git tag created: Mon, 26 Jan 2026 19:50:40 GMTWhat's Changed
Fixed
- Add type hints for fix_access_denied for strict schema checks (#117)
Full Changelog: https://github.com/awslabs/iam-policy-autopilot/compare/0.1.2...0.1.3
Contributers
- @karanjitsingh
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
iam-policy-autopilot-0.1.3-aarch64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:45:12 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.3-aarch64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:14 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.3-aarch64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:16 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.3-x86_64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:45:20 +03:00 · 14 MiB -
iam-policy-autopilot-0.1.3-x86_64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:22 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.3-x86_64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:25 +03:00 · 14 MiB
-
0.1.2 Stable
released this
2025-12-16 01:07:35 +03:00 | 47 commits to main since this release📅 Originally published on GitHub: Mon, 15 Dec 2025 22:36:52 GMT
🏷️ Git tag created: Mon, 15 Dec 2025 22:07:35 GMTWhat's Changed
Fixed
- Use SDK info to find the operation from a method name. Fixes a bug where
modify_db_cluster(and similar names) was renamed incorrectly toModifyDbClusterinstead ofModifyDBCluster. (#70) - Reduce false positive findings by fixing Go SDK parameter extraction. It now uses required arguments correctly to disambiguate possible services. (#50)
Added
- Added installation script for MacOS and Linux. (#44)
Changed
- We now add the policy ID
IamPolicyAutopilotin the access denied workflow. (#48) - Updated Cargo.toml description. (#46)
Full Changelog: https://github.com/awslabs/iam-policy-autopilot/compare/0.1.1...0.1.2
Contributors
- @weibenz1
- @adpaco-aws
- @karanjitsingh
- @LukeKennedy
- @mschlaipfer
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
iam-policy-autopilot-0.1.2-aarch64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:44:59 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.2-aarch64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:01 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.2-aarch64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:02 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.2-x86_64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:45:04 +03:00 · 14 MiB -
iam-policy-autopilot-0.1.2-x86_64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:45:06 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.2-x86_64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:45:08 +03:00 · 14 MiB
- Use SDK info to find the operation from a method name. Fixes a bug where
-
0.1.1 Stable
released this
2025-11-27 02:56:19 +03:00 | 62 commits to main since this release📅 Originally published on GitHub: Thu, 27 Nov 2025 00:10:39 GMT
🏷️ Git tag created: Wed, 26 Nov 2025 23:56:19 GMTWhat's Changed
- feat: Release in https://github.com/awslabs/iam-policy-autopilot/pull/37
Full Changelog: https://github.com/awslabs/iam-policy-autopilot/commits/0.1.1
Contributors
- @weibenz1
- @adpaco-aws
- @afilieri-aws
- @Dianayin422
- @karanjitsingh
- @LukeKennedy
- @kevinluoamzn
- @tanuku-aws
- @mluttrell
- @darko-mesaros
- @ravi-natarajan
- @mschlaipfer
- @akashpanda-aws
- @nwinans-aws
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
iam-policy-autopilot-0.1.1-aarch64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:44:47 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.1-aarch64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:44:50 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.1-aarch64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:44:51 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.1-x86_64-apple-darwin.tar.gz
0 downloads ·
2026-03-15 11:44:53 +03:00 · 14 MiB -
iam-policy-autopilot-0.1.1-x86_64-pc-windows-msvc.zip
0 downloads ·
2026-03-15 11:44:55 +03:00 · 13 MiB -
iam-policy-autopilot-0.1.1-x86_64-unknown-linux-gnu.tar.gz
0 downloads ·
2026-03-15 11:44:56 +03:00 · 14 MiB
mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-25 16:05:58 +03:00