-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Roles and policies filter #124
Conversation
…anager and sql, tests passing
… and its corresponding type
Let me know when this is good for 👁 :) |
Swamped at work, will probably finish this tomorrow. |
Good to review apart from the comments I mentioned |
Sorry I completely dropped the ball on this one! Reviewing now |
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.
This looks super solid! Only a few minor things left, and also, could you please add a test in the handler? :)
https://github.com/ory/keto/blob/master/engine/ladon/handler_test.go
sdk/go/keto/client/engines/list_ory_access_control_policy_roles_parameters.go
Show resolved
Hide resolved
I'm not sure what the problem is - maybe I misunderstood it - but it seems that the |
…ve storage types instead
…olicies and roles
@aeneasr ready for review again. A note on the filter method, if someone passing regex query in the filter params then they are treated as exact. This can be changed in future PR. Let's try to close this soon. |
Awesome - thank you for your patience and hard work, you rock! :) |
@aeneasr My pleasure, many more PRs to come! :) |
Related issue
#121 #20
Proposed changes
Added support for filtering roles and policies as discussed with @aeneasr.
Checklist
vulnerability, I confirm that I got green light (please contact [email protected]) from the maintainers to push the changes.
Further comments
I messed up history rewrite in my original PR, resubmitting this one