You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main changes are on thePolicy.fromFile method which
now handles many policies per file. This implies having to introduce a
new way of specifying Policy Id in file (via new annotation). For this
new feature we prefer bump the major version since it introduces also
priority behaviours over ids and changes the meaning and behaviour of
some method parameters. In addition we're supporting Cedar 4 version
from now on.
Features
Supporting multiple Cedar policies per file (#471) (e930261), closes #419
This PR aligns with the new version of PolicyStore
resource. We bump the major version since in CloudFormation the DeletionProtection property is marked as required
Features
adding support for deletion protection and tags on policy-store construct (#496) (08372af)