https://authzed.com logo
Title
p

pdewilde

12/19/2022, 8:45 PM
Question about wildcards (may be similar to DaBeast's question): https://play.authzed.com/s/Nb5qaDFMVqTg/assertions So I made a simple schema with users, groups and posts. A post can have readers/writers, which can be groups or users. Reader can also be wildcard user I was thinking: what I wanted a group siteadmins which could write all posts? I would expect to be able to have some relation damproto/post:*#writer@damproto/group:siteadmins but from what I can tell you can't put a \* in the resource id. Would I need to make a tuple per post, or is there a simpler way I am missing