From 8e14b1274a9e77f53718f3d806889d8192ee2829 Mon Sep 17 00:00:00 2001 From: michael-kirchner-at Date: Fri, 22 Sep 2023 09:23:44 +0200 Subject: [PATCH] Added aws-lint-iam-policies --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 8265968..c69043c 100644 --- a/readme.md +++ b/readme.md @@ -478,6 +478,8 @@ Tools and resources exclusively targetting the [AWS IAM policies](http://docs.aw - [IAMbic](https://github.com/noqdev/iambic) - GitOps for IAM. The Terraform of Cloud IAM. IAMbic is a multi-cloud identity and access management (IAM) control plane that centralizes and simplifies cloud access and permissions. It maintains an eventually consistent, human-readable, bi-directional representation of IAM in version control. +- [aws-lint-iam-policies](https://github.com/welldone-cloud/aws-lint-iam-policies) - Runs IAM policy linting checks against either a single AWS account or all accounts of an AWS Organization. Reports on policies that violate security best practices or contain errors. Supports both identity-based and resource-based policies. + ### Macaroons A clever curiosity to distribute and delegate authorization.