-
Notifications
You must be signed in to change notification settings - Fork 5
Open
openedx/openedx-platform
#38173Labels
verawoodReleased in VerawoodReleased in Verawood
Description
Implement new permissions for import/export.
Should live behind the feature flag.
Relevant permissions:
courses.import_course
courses.export_course
courses.export_tags
Changes needed:
edx-platform: implement permission checks on endpoint handler behind flag
Figure out which endpoints are involved, because the import and export tasks may happen asynchronously, there are probably more than 1 endpoint involved on each case, but we may only need to validate permission on the endpoint that triggers the action initially.
Reference implementation: https://github.com/openedx/openedx-platform/pull/38009/changes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verawoodReleased in VerawoodReleased in Verawood
Type
Projects
Status
Ready for review