-
-
Notifications
You must be signed in to change notification settings - Fork 124
feat: add LoadIncrementalFilteredPolicy() API for incremental filtered policy loading #392
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
|
|
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
|
@copilot for code and test code, need to refer to Golang Casbin as much as possible: casbin/casbin#582 |
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Refactored to match the Golang pattern from PR #582 (commit e7e7989): Key changes to align with Golang architecture:
This matches the pattern where Golang has one adapter method and the clearing happens at the enforcer/model level, not in the adapter. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
🎉 This PR is included in version 2.19.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fix: #387