-
Notifications
You must be signed in to change notification settings - Fork 78
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
Support RBAC #1388
base: main
Are you sure you want to change the base?
Support RBAC #1388
Conversation
Great to see you again! Thanks for the contribution. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1388 +/- ##
==========================================
- Coverage 93.94% 93.75% -0.20%
==========================================
Files 221 226 +5
Lines 21283 21468 +185
==========================================
+ Hits 19995 20127 +132
- Misses 1288 1341 +53 ☔ View full report in Codecov by Sentry. |
…ient into 1.28/add-support-for-rbac
…te/weaviate-python-client into rbac/reallign-with-new-server-api
Refactor connection removing `level` from internal Permissions object
Adapt to simplified rbac permissions
Adapt to changes in schema resources
Move *_collection actions to Collection
Closes #1389