From 76c01f4cc5c797aa33f0afe735d30de4eb9e1394 Mon Sep 17 00:00:00 2001 From: Thierry de Pauw Date: Sun, 25 Aug 2024 23:41:11 +0200 Subject: [PATCH] Update changelog with policy validation (#6) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de3066..6644ee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ +* Consolidate `PolicyDocument.validateForAnyPolicy`, `PolicyDocument.validateForIndentityPolicy` and `PolicyDocument.validateForResourcePolicy` into `PolicyDocument.validate(PolicyType)` where `PolicyType` accepts `IAM`, `KMS`, `S3` and `SecretsManager`. Additionally, extend the validation to the allowed policy document size ([#6](https://github.com/thinkinglabs/aws-iam-policy/issues/6)). + :rotating_light: **BREAKING CHANGE** * Add support for the role principal [#16](https://github.com/thinkinglabs/aws-iam-policy/issues/16)