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

Support RBAC #1388

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from
Draft

Support RBAC #1388

wants to merge 30 commits into from

Conversation

tsmith023
Copy link
Contributor

@tsmith023 tsmith023 commented Nov 4, 2024

Closes #1389

@tsmith023 tsmith023 changed the title Add initial skeleton of API structure with pseudo-code test usage Support RBAC Nov 4, 2024
@weaviate-git-bot
Copy link

Great to see you again! Thanks for the contribution.

beep boop - the Weaviate bot 👋🤖

PS:
Are you already a member of the Weaviate Slack channel?

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 71.65775% with 53 lines in your changes missing coverage. Please review.

Project coverage is 93.75%. Comparing base (6bc9b39) to head (c276c85).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
weaviate/rbac/roles.py 44.11% 38 Missing ⚠️
integration/test_rbac.py 46.15% 7 Missing ⚠️
weaviate/rbac/models.py 94.44% 4 Missing ⚠️
weaviate/rbac/permissions.py 82.60% 4 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

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.

Add RBAC support to python client
4 participants