Closed ewanharris closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.37%. Comparing base (
326fd27
) to head (a56da62
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Removes
excluded_users
from the response of all SDKs as it was removed from OpenFGA with https://github.com/openfga/api/pull/171.This feature was originally a well-intentioned way to communicate any negations that may exist on public-typed wildcard (e.g.
user:*
) as a means of being abundantly clear about what auser:*
result entails. However, as we discover more possible situations where excluded users could arise, we realize that we were making a premature decision about the API. We fully intend to re-add excluded_users at some point in the future but may or may not be a flattened list as previously implemented.Please note:
References
Review Checklist
main