I am investigating solution that can do ABAC and a...
# community
t
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
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
Thanks Dennis, are you aware of any wrappers for Cerbos API that can do the state mgmt
d
No, I don’t know about any such wrapper.