-
Notifications
You must be signed in to change notification settings - Fork 308
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
feat: functions for updating resource permissions and getting associated policies for a permission #574
feat: functions for updating resource permissions and getting associated policies for a permission #574
Conversation
All test cases working and code coverage intact. No breaking changes. Would appreciate quick turnaround / feedback. We have to use this functionality in an ongoing project. |
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.
Thanks a lot @MohsinEngineer! This looks great and has been on my todo list for a while! Many thanks! :) The tests are fine as they are
Added the functions which were needed to implement resource based access control using Keycloak.
The library lacked the functionality for updating resource permissions and getting associated policies for a given permission.