I’ve posted earlier a proposal for pluggable access control on Open edX. As we’re upgrading to Juniper we’ve got a Bridgekeeper as a replacement for the has_access
method.
When we released the Access Control Backends back in November 19th, we needed it to work with Hawthorn as we weren’t ready to upgrade for Juniper/Ironwood. So we ended up with having an incompatible implementation that couldn’t be pushed upstream.
At the moment there’s no clear path on how it would be migrated, but the plan is to come up with such migration plan. Which we’ll attempt to address in this release.
I’ll share more as I go in this thread, once the write up is complete.
A reminder of what the Access Control Backends looks like:
Show me the code
I’ve opened a provisional pull request for Access Control Backends that cherry-picks what we’ve done on our fork.
Next steps
Please check out the code and let’s discuss what’s needed to get it merged. This is a big piece of work that we’d like to contribute so the platform can become a bit more lightweight allowing operators to use richer plugins such as the Course Access Groups app.