-
Notifications
You must be signed in to change notification settings - Fork 46
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
editoast: use openfga for the role management #10984
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #10984 +/- ##
==========================================
+ Coverage 80.62% 81.10% +0.47%
==========================================
Files 1101 801 -300
Lines 112368 81000 -31368
Branches 747 747
==========================================
- Hits 90595 65692 -24903
+ Misses 21730 15265 -6465
Partials 43 43
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
41812ce
to
16f248c
Compare
16f248c
to
7475479
Compare
3c4e33e
to
fdd00a2
Compare
fdd00a2
to
e9f59d3
Compare
Replace the role management by openfga Signed-off-by: Benoit Simard <[email protected]> editoast: fga: fixes lint about tuple indexes cf. rust-lang/rust#60210 Signed-off-by: Leo Valais <[email protected]> skim Authorizer API Signed-off-by: Leo Valais <[email protected]> editoast_authz interface with openfga Signed-off-by: Leo Valais <[email protected]> simplify PgAuthDriver Signed-off-by: Leo Valais <[email protected]> propagate changes to views Signed-off-by: Leo Valais <[email protected]> setup OpenFGA with a different store for each test Signed-off-by: Leo Valais <[email protected]> adapt most of the client Signed-off-by: Leo Valais <[email protected]> introduce Regulator Signed-off-by: Leo Valais <[email protected]> roles CLI Signed-off-by: Leo Valais <[email protected]> cleanup vis Signed-off-by: Leo Valais <[email protected]> test Signed-off-by: Leo Valais <[email protected]> remove associated type BuiltinRole from StorageDriver Signed-off-by: Leo Valais <[email protected]> remove BuiltinRoleSet trait Signed-off-by: Leo Valais <[email protected]> adapt some group CLI commands Signed-off-by: Leo Valais <[email protected]> add group member Signed-off-by: Leo Valais <[email protected]> do not query DB in some cases Signed-off-by: Leo Valais <[email protected]> exclude group members Signed-off-by: Leo Valais <[email protected]>
e9f59d3
to
35d6ca3
Compare
Signed-off-by: Leo Valais <[email protected]>
Signed-off-by: Leo Valais <[email protected]>
Signed-off-by: Leo Valais <[email protected]>
Need those PRs:
#10855
#10981
#10901
The work is only done on the last commit