Skip to content

Commit

Permalink
Update changelog with policy validation (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Aug 25, 2024
1 parent 1001b77 commit 76c01f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 76c01f4

Please sign in to comment.