Jake
03/14/2022, 6:17 PMJake
03/14/2022, 6:17 PMtnarg
03/14/2022, 6:21 PMecordell
03/14/2022, 6:22 PMSleipnir
03/14/2022, 6:31 PMSleipnir
03/14/2022, 6:32 PMSleipnir
03/14/2022, 6:33 PMrelation_tuple
and namespace_config
and, if I leave it on overnight, never stops.Sleipnir
03/14/2022, 6:42 PMuser
03/14/2022, 6:43 PMsrjagann
03/14/2022, 6:45 PMJoey
03/14/2022, 6:51 PMJoey
03/14/2022, 6:52 PMJake
03/14/2022, 6:52 PMsrjagann
03/14/2022, 6:54 PMJoey
03/14/2022, 6:57 PMzed validate authzed-download-d0f351.yaml
Error: max depth exceeded
Joey
03/14/2022, 6:57 PMuser
03/14/2022, 7:04 PM--dispatch-max-depth
flag, if you want to set it super high and see if it does terminate. It's probably a cycle, though.srjagann
03/14/2022, 7:06 PMJake
03/14/2022, 7:09 PMsrjagann
03/14/2022, 7:14 PMsrjagann
03/14/2022, 7:32 PMdevoxel
03/14/2022, 8:00 PM// Compute group space collisions
// This means - any groups that have colliding spaces. EG
// groupA{ all=RW, r1=nil } + groupB{ all=RW, r2=nil } + groupC{ all=R, r2 = nil, r3 =n nil }
// Each of these groups provides a default, which means it operates on every resource.
// Any other group definition that explicitly removes a group will collide with that space.
// So, for each of these groups, compute all possible membership tuples
// (A, B) + (A, C) + (B, C)
//
// This means n!/(2*(n-2)!) * n extra rules
uninherit_group:uninherit_r1#except@group:A_B#member
uninherit_group:uninherit_r1#except@group:A_C#member
uninherit_group:uninherit_r1#except@group:B_C#member
uninherit_group:uninherit_r2#except@group:A_B#member
uninherit_group:uninherit_r2#except@group:A_C#member
uninherit_group:uninherit_r2#except@group:B_C#member
uninherit_group:uninherit_r3#except@group:A_B#member
uninherit_group:uninherit_r3#except@group:A_C#member
uninherit_group:uninherit_r3#except@group:B_C#member
this certainly feels like a bad solutionJoey
03/14/2022, 8:00 PMJoey
03/14/2022, 8:00 PMJoey
03/14/2022, 8:01 PM(reader - excluded)->member
Joey
03/14/2022, 8:01 PMromil
03/15/2022, 12:04 PMvroldanbet
03/15/2022, 12:05 PMromil
03/15/2022, 12:15 PMvroldanbet
03/15/2022, 12:16 PM