Dmitry Meyerson
05/16/2023, 9:00 PMCharith (Cerbos)
05/17/2023, 8:00 AMDmitry Meyerson
05/18/2023, 6:53 PM/api/plan/resources
as opposed to /api/check/resources
Charith (Cerbos)
05/18/2023, 7:43 PMPlanResources
should be in your own code because that's where bulk of the work is and where mistakes are most likely to happen. You need to make sure that your code can correctly process the response and produce a query for the data store you're using. That's why the Cerbos test framework doesn't have a way to write tests for it.Dmitry Meyerson
05/18/2023, 7:43 PM