Skip to content

Change Authz service to use tuples instead of records#77

Merged
uatuko merged 6 commits intomainfrom
feature/authz-tuples
Mar 25, 2024
Merged

Change Authz service to use tuples instead of records#77
uatuko merged 6 commits intomainfrom
feature/authz-tuples

Conversation

@uatuko
Copy link
Copy Markdown
Owner

@uatuko uatuko commented Mar 24, 2024

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.

@uatuko uatuko mentioned this pull request Mar 24, 2024
14 tasks
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@uatuko uatuko marked this pull request as ready for review March 24, 2024 14:29
@uatuko uatuko merged commit a765c61 into main Mar 25, 2024
@uatuko uatuko deleted the feature/authz-tuples branch March 25, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant