-
Notifications
You must be signed in to change notification settings - Fork 100
Add restore for users and roles #1737
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
![]() |
Infrastructure as Code | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
SAST | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Secrets | ![]() ![]() ![]() ![]() |
View in Orca |
![]() |
Vulnerabilities | ![]() ![]() ![]() ![]() |
View in Orca |
🛡️ The following IaC misconfigurations have been detected
NAME | FILE | ||
---|---|---|---|
![]() |
Controller creating containers without dropped capabilities | ...r-compose-backup.yml | View in code |
![]() |
Container Traffic Not Bound To Host Interface | ...r-compose-backup.yml | View in code |
![]() |
Cpus Not Limited | ...r-compose-backup.yml | View in code |
![]() |
Memory Not Limited | ...r-compose-backup.yml | View in code |
![]() |
Healthcheck Not Set | ...r-compose-backup.yml | View in code |
![]() |
Restart Policy On Failure Not Set To 5 | ...r-compose-backup.yml | View in code |
![]() |
Ensure that, if applicable, SELinux security options are set (Automated) | ...r-compose-backup.yml | View in code |
weaviate/backup/async_.pyi
Outdated
include_collections: Union[List[str], str, None] = None, | ||
exclude_collections: Union[List[str], str, None] = None, | ||
roles_restore: Optional[Literal["noRestore", "all"]] = None, | ||
user_restore: Optional[Literal["noRestore", "all"]] = None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest users_restore
to be consistent with roles_restore
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1737 +/- ##
==========================================
- Coverage 87.92% 87.11% -0.81%
==========================================
Files 256 269 +13
Lines 17812 18701 +889
==========================================
+ Hits 15661 16292 +631
- Misses 2151 2409 +258 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.