a-meynard / find-malformed-resource-policy

Find malformed resource policy in AWS SecretsManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-malformed-resource-policy

Find malformed resource policy in AWS SecretsManager

Install

python3 -m venv venv
. venv/bin/activate
python3 -m pip install -r requirements.txt

Usage

Please configure an AWS Profile to use this tool.

export AWS_PROFILE=<your_aws_profile>
python3 main.py

It will output a list of the secret that have a malformed resource policy

About

Find malformed resource policy in AWS SecretsManager


Languages

Language:Python 100.0%