I'm trying to work around the fact that you can't ...
# spicedb
a
I'm trying to work around the fact that you can't apply -> to node:* Here's a small representative example: https://play.authzed.com/s/TAkfSm5NI4Os/schema I want to enable read access to either a specific user or all users. To workaround this I added a level of indirection and made all users so that permission read = admin + admin->member works. So far so good. Now I want to link a sub_user to a user such that if a sub_user is a member of the user (e.g. linking two auth systems together) it all chains. But it's not working because user:* won't propagate