Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 11:16
· 1 commit to main since this release
da5be76
Fix invalid Cedar 'in' operators in policy scope (#6)

* Fix invalid Cedar 'in' operators in policy scope

It is not valid to have a set of entities for the 'in' operator in either the
principal or the resource clause.

This fixes an issue where the Terraform provider would output invalid Cedar policies
where 'principal_in' or 'resource_in' was used.

* fix docs