cedar-policy / cedar

Implementation of the Cedar Policy Language
https://www.cedarpolicy.com
Apache License 2.0
889 stars 80 forks source link

Entity slicing with manifest #1239

Closed shaobo-he-aws closed 1 week ago

shaobo-he-aws commented 1 month ago

Description of changes

Issue #, if available

Checklist for requesting a review

The change in this PR is (choose one, and delete the other options):

I confirm that this PR (choose one, and delete the other options):

I confirm that cedar-spec (choose one, and delete the other options):

I confirm that docs.cedarpolicy.com (choose one, and delete the other options):

oflatt commented 1 month ago

What's the plan on making it compatible with entity tags? I suggest making the two features incompatible for now

shaobo-he-aws commented 2 weeks ago

What's the plan on making it compatible with entity tags? I suggest making the two features incompatible for now

Entity tags has been a released feature. So, we will temporary make entity manifest error on policies using entity tags.

john-h-kastner-aws commented 1 week ago

also, can you confirm that you've looked into the details of the SemVer Checks failure? it's presumably behind a feature flag, but we should be sure of that

shaobo-he-aws commented 1 week ago

also, can you confirm that you've looked into the details of the SemVer Checks failure? it's presumably behind a feature flag, but we should be sure of that

Yes. I looked into it. This PR removed an enum variant which is under the feature flag. So it should be a false alarm.