Skip to content

pegielm/aws_iam_json_verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws_iam_json_veirfy

Description

This script is used to verify the IAM role policy json file. In code there are two functions:

  • one just checks if one of the Resource fields is "*" (simple_ver())
  • second also checks if json file have correct format for aws iam role policy. (verify_json())

How to run

python3 verify_iam_rp_json.py [-h] -f <file_path>

Testing

python3 tests.py

About

method that checks if Resource field of AWS::IAM::Role Policy is"*"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages