Add a way to update an entity inside an Entities object #1479
Labels
feature-request
This issue requets a substantial new feature
pending-review
A Cedar maintainer has looked at this, but believes it needs review by more of the core team
Category
User level API features/changes
Describe the feature you'd like to request
Right now there is no way to update an entity inside an Entities object. For instance, if in my app, a user was assigned to a user group (a parent relation in cedar world), I'd like to be able to set an individual entity and have the relations updated:
Describe alternatives you've considered
This is what I'm doing currently:
It just seems unnecessary to clone the entire entities object, just to update one entity, though I am unfamiliar with the deeper workings of the cedar_policy_core module.
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: