hi there. I am looking into cerbos and it looks re...
# help
j
hi there. I am looking into cerbos and it looks really nice, but I can't find info whether it can provide answer to questions like what actions is user allowed to do on resource
d
Hi Jakub, You can’t get a list of such actions directly. But If you have the list of all actions that can be performed on the resource, you can pass this list to the CheckResources API entry point. Up to 50 actions per resource may be provided by default. This limit can be configured. Then, you can filter the response to get the list of allowed actions.
j
oh, nice. thanks