Closed uatuko closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.80%. Comparing base (
a3e2119
) to head (cc66d9c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
ReBAC implementation is based on relation tuples which can be used for storing authorisation records.
This change is to update all Authz gRPC service endpoints to use
tuples
instead ofrecords
. Records will be dropped after moving all functionality to Tuples.