Skip to content

Commit

Permalink
Update changelog with the Sid validation (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdpauw committed Aug 27, 2024
1 parent ee5c174 commit 196a9d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

* 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)).
* Consolidate `PolicyDocument.validateForAnyPolicy`, `PolicyDocument.validateForIndentityPolicy` and `PolicyDocument.validateForResourcePolicy` into `PolicyDocument.validate(PolicyType)` where `PolicyType` accepts `IAM`, `KMS`, `S3` and `SecretsManager` ([#6](https://github.com/thinkinglabs/aws-iam-policy/issues/6)).

* Extend the validation with accepted policy document size ([#6](https://github.com/thinkinglabs/aws-iam-policy/issues/6)).

* Extend the validation with the accepted `Sid` values for IAM policy, KMS key policy, S3 bucket policy and SecretsManager secret policy ([#5](https://github.com/thinkinglabs/aws-iam-policy/issues/5)).

:rotating_light: **BREAKING CHANGE**

Expand Down

0 comments on commit 196a9d0

Please sign in to comment.