Tags: openfga/openfga
Tags
Merge commit from fork * fix: correctly filter context tuples based on allowedUserTypeRestrictions The CombinedTupleReader's ReadUsersetTuples need to filter out contextual tuples based on the allowedUserTypeRestrictions (more specifically, whether it is public wildcard or relation reference) as requested by the caller. Otherwise, unrelated contextual tuples will be returned and result in incorrect result. * update based on code review feedback * update changelog associated with CVE
Merge commit from fork * fix: do not save to check query cache when result indicates cycle If the result of CheckResolve indicates tuple cycle, we should not save the result into check query cache because the parent may produce a different response. This could cause check result to return false when it should be true. * update based on code review feedback * update changelog * update Changelog as it will be in its own release * merge in CHANGELOG
PreviousNext