-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(rbac): RBAC system #5903
feat(rbac): RBAC system #5903
Conversation
26e400d
to
889531f
Compare
We are going to disable RBAC tests as there are problems with Github Actions and we need to have this feature, we will fix this in the near future. At the moment this is the log of the tests executed locally:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5903 +/- ##
==========================================
+ Coverage 89.93% 90.70% +0.76%
==========================================
Files 1147 60 -1087
Lines 35608 5409 -30199
==========================================
- Hits 32025 4906 -27119
+ Misses 3583 503 -3080 ☔ View full report in Codecov by Sentry. |
889531f
to
be61ca2
Compare
be61ca2
to
c4adf59
Compare
Context
In this PR we are looking to add all the endpoints related to the system roles, as well as their relationships with users and provider_groups.
Description
In this PR we have added all the necessary endpoints to manage the system roles as well as their relationship with users and provider_groups:
Checklist
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.