Hi, I've been wondering about something regarding ...
# spicedb
c
Hi, I've been wondering about something regarding the Google Cloud IAM design pattern. When looking at the real google IAM, the list of permissions to choose from is so big it almost seems endless. Same as with the legacy system I am experimenting with, the list is easily 100+ permissions, going through potentially 2-4 synthetic relation definitions. This will bloat the schema immensely. Is there anyone running into the same issue? I was thinking maybe if it's possible to split out the schema over seperate feature/domain files it might become more manageable. Or am I missing something?
2 Views