Hi team, I continue my study of the SpiceDB
There was a following problem with hierarchies.
I make a simple scheme with a hierarchy (groups or folders)
Test data contains nesting level equal to 30
as a result, checking permissions (group:g30#member has access to group:g1) gives the error "max depth exceeded", but for (group:g25#member has access to group:g1) works.
All I found is that the system has some kind of depth limit of 50.
The questions are as follows
1. can I change this value via config
2. why is the value 50 and the limit is triggered by 25? 😃