-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for cedar entities validation. #202
Add support for cedar entities validation. #202
Conversation
4223128
to
cec2c81
Compare
CedarJava/src/test/java/com/cedarpolicy/EntityValidationTests.java
Outdated
Show resolved
Hide resolved
CedarJava/src/test/java/com/cedarpolicy/EntityValidationTests.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good 🙂
Remember to port this to release/3.4.x
, release/4.0.x
, and main
as well. The first branch should be an easy cherry-pick. The latter two will require a little more effort since we've made changes to the code that this PR touches. I'd recommend putting up another PR for review against release/4.0.x
.
CedarJava/src/test/java/com/cedarpolicy/EntityValidationTests.java
Outdated
Show resolved
Hide resolved
CedarJava/src/test/java/com/cedarpolicy/EntityValidationTests.java
Outdated
Show resolved
Hide resolved
4d00337
to
95bb11f
Compare
Signed-off-by: Mohamed Amine Ouali <mdamine@amazon.com>
95bb11f
to
ec44c56
Compare
Signed-off-by: Mohamed Amine Ouali <mdamine@amazon.com>
Issue #, if available:
Description of changes:
This PR adds support for cedar-entity-validation.
Refactor Entity json serialization similar to release/4.0.x