So this was the question that we didn't have time ...
# community
d
So this was the question that we didn't have time to get to, @Andrew Haines (Cerbos) :
Hey Daniel, awesome stream so far. Sorry for the long winded question but hope you can help.
I'm building an app with multi-tenancy and would like tenants to be able to define their own roles and how those roles can interact with resources. The resources are fixed, but customer A might want to have
A-CustomRole
with certain actions on resourceA and customer B might want to have
B-CustomRole
with certain actions on resource A within their tenant.
My current implementation doesn't extend customisation to customers and they just have fixed roles that I've defined, admin, billing e.t.c How do you advise I go about extending dynamic role definitions to my customers?