https://cerbos.dev logo
t

Tim Letap

07/29/2023, 10:01 PM
I am investigating solution that can do ABAC and also has some kind of time based throttling of access to permitted resources. eg. User:joe has access to resource:X1, X2, M1, M2. I want joe to read the X* resources max 20 times in a day, and write X* only 5 times, similarly for M* resource, want joe to read:50 times but write 10 times in a day. Can current Cerbos support this use case
d

Dennis (Cerbos)

07/30/2023, 6:26 AM
Cerbos is stateless by design, which suggests the application needs to keep track of the number of requests (per resource) and pass the current value to Cerbos.
t

Tim Letap

07/31/2023, 3:34 PM
Thanks Dennis, are you aware of any wrappers for Cerbos API that can do the state mgmt
d

Dennis (Cerbos)

07/31/2023, 8:52 PM
No, I don’t know about any such wrapper.
2 Views