[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Authz service to use tuples instead of records #77

Merged
merged 6 commits into from
Mar 25, 2024

Conversation

uatuko
Copy link
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
Copy link
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
4 checks passed
@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