uatuko / ruek

🔐 Lightning fast, global scale authorization service without the overhead of a yet another DSL.
Apache License 2.0
95 stars 7 forks source link

Change Authz service to use tuples instead of records #77

Closed uatuko closed 8 months ago

uatuko commented 8 months ago

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 of records. Records will be dropped after moving all functionality to Tuples.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.80%. Comparing base (a3e2119) to head (cc66d9c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ========================================== + Coverage 92.51% 92.80% +0.29% ========================================== Files 19 19 Lines 855 904 +49 Branches 69 71 +2 ========================================== + Hits 791 839 +48 - Misses 54 55 +1 Partials 10 10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.