marcospereirampj / python-keycloak

MIT License
692 stars 296 forks source link

feat: functions for updating resource permissions and getting associated policies for a permission #574

Closed MohsinEngineer closed 1 month ago

MohsinEngineer commented 1 month ago

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.

MohsinEngineer commented 1 month ago

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.