k.zgara
02/24/2025, 3:17 PMdefinition folder {
relation organization_viewer: organization#member
relation public_viewer: user:*
permission organization_viewer: organization_viewer
permission public_viewer: public_viewer
}
But I still don't fully understand, how I can evaluate the permission for different subjects?
zed permission check folder:1 organization_viewer user:public_user # it's a public user and this request will return false, but in reality this relation exists despite organization_access: 'viewer' set in the database