Release
Verawood
Expected behavior
Using the new RBAC system, a user should be able to access:
- Course content from the LMS:
{lms_domain}/api/course_home/course_metadata/{course-id}
- The about page from the LMS:
{mfe-domain}/catalog/courses/{course-id}/about
Actual behavior
A user is unable to access the course content or the course's about page.
Steps to reproduce
NOTE: RBAC must be enabled globally, at the organization level, or for specific courses.
- As a student, go to the course's about page.
- As a student, access the course content.
In both cases, a permission error (403) is returned.
Additional information
Related Test Cases
The same happens with some roles:
TC-00596 (Data Researcher)
TC-00597 (Beta Tester)
TC-00599 (Data Researcher or Beta Tester at the Organization level)
Release
Verawood
Expected behavior
Using the new RBAC system, a user should be able to access:
{lms_domain}/api/course_home/course_metadata/{course-id}{mfe-domain}/catalog/courses/{course-id}/aboutActual behavior
A user is unable to access the course content or the course's about page.
Steps to reproduce
NOTE: RBAC must be enabled globally, at the organization level, or for specific courses.
In both cases, a permission error (403) is returned.
Additional information
Related Test Cases
The same happens with some roles:
TC-00596(Data Researcher)TC-00597(Beta Tester)TC-00599(Data Researcher or Beta Tester at the Organization level)