Skip to content

Releases: awslabs/terraform-iam-policy-validator

v0.0.9

09 Jun 22:47
f75804e

Choose a tag to compare

What's Changed

  • Adding support for new resource types in check-no-public-access api. by @hbendapu in #39

AWS::S3Tables::TableBucket
AWS::S3Tables::Table
AWS::Backup::BackupVault
AWS::CodeArtifact::Domain
AWS::ApiGateway::RestApi
AWS::Lambda::Function
AWS::DynamoDB::Table
AWS::Kinesis::Stream
AWS::Kinesis::StreamConsumer

  • Added github action for black by @cibinmathew in #26
  • Fix InvalidInput error in iam_check/doc/example_report_3.md by @kakakakakku in #23
  • Access analyzer in the account is not required as pre-req by @gitshar in #36
  • Add newline for check-no-new-access heading by @dubiza in #38

Full Changelog: v0.0.8...v0.0.9

Publishing new custom check check-no-public-access & update to existing check-access-not-granted

11 Jun 20:12
085458a

Choose a tag to compare

  • Publishing new check check-no-public-access - API (schema)[https://docs.aws.amazon.com/access-analyzer/latest/APIReference/API_CheckNoPublicAccess.html]
  • Extending check-no-access-granted to support resources - API (schema)[https://docs.aws.amazon.com/access-analyzer/latest/APIReference/API_AccessNotGranted.html]

https://aws.amazon.com/blogs/aws/iam-access-analyzer-update-extending-custom-policy-checks-guided-revocation/

v0.0.7

21 May 21:19
0bceb9f

Choose a tag to compare

Update the boto3 minimum requirements #32 to accommodate custom policy checks CheckAccessNotGranted & CheckNoNewAccess

v0.0.6

01 Apr 18:17
907c416

Choose a tag to compare

Added GitHub action to automatically publish the changes to pypi once a release is created