Toi
08/15/2025, 5:41 PMdefinition company {
relation create_employees: role#member
permission create_employee = create_employees
}
I would like to disable some companies from my system and make sure no permissions for that company are allowed. It would be a very small part of them
I was wondering if I should use this pattern: https://authzed.com/docs/spicedb/modeling/attributes#self-relationships
Does this pattern provide a big performance overhead? Or not really? Is it the recommended way of doing this?yetitwo
08/15/2025, 6:36 PMyetitwo
08/15/2025, 6:37 PM- before evaluation, which isn't true of phrasing it positivelyyetitwo
08/15/2025, 6:41 PMToi
08/15/2025, 6:41 PM