Skip to content

Commit

Permalink
add missing role for uploading videos to work on testsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Nov 25, 2024
1 parent 897b4f7 commit 9f4844c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sed -i 's_#oauth_oauth_' /srv/opencast/opencast-dist-allinone/etc/org.opencastpr

echo 'lti.create_jpa_user_reference = false' >> /srv/opencast/opencast-dist-allinone/etc/org.opencastproject.security.lti.LtiLaunchAuthenticationHandler.cfg
echo 'lti.custom_role_name=Instructor' >> /srv/opencast/opencast-dist-allinone/etc/org.opencastproject.security.lti.LtiLaunchAuthenticationHandler.cfg
echo 'lti.custom_roles=ROLE_STUDIO,ROLE_UI_EVENTS_DETAILS_COMMENTS_CREATE,ROLE_UI_EVENTS_DETAILS_COMMENTS_DELETE,ROLE_UI_EVENTS_DETAILS_COMMENTS_EDIT,ROLE_UI_EVENTS_DETAILS_COMMENTS_REPLY,ROLE_UI_EVENTS_DETAILS_COMMENTS_RESOLVE,ROLE_UI_EVENTS_DETAILS_COMMENTS_VIEW,ROLE_UI_EVENTS_DETAILS_MEDIA_VIEW,ROLE_UI_EVENTS_DETAILS_METADATA_EDIT,ROLE_UI_EVENTS_DETAILS_METADATA_VIEW,ROLE_UI_EVENTS_DETAILS_VIEW,ROLE_UI_EVENTS_EDITOR_EDIT,ROLE_UI_EVENTS_EDITOR_VIEW,ROLE_CAPTURE_AGENT,ROLE_API_EVENTS_TRACK_EDIT,ROLE_ADMIN' >> /srv/opencast/opencast-dist-allinone/etc/org.opencastproject.security.lti.LtiLaunchAuthenticationHandler.cfg
echo 'lti.custom_roles=ROLE_STUDIO,ROLE_UI_EVENTS_DETAILS_COMMENTS_CREATE,ROLE_UI_EVENTS_DETAILS_COMMENTS_DELETE,ROLE_UI_EVENTS_DETAILS_COMMENTS_EDIT,ROLE_UI_EVENTS_DETAILS_COMMENTS_REPLY,ROLE_UI_EVENTS_DETAILS_COMMENTS_RESOLVE,ROLE_UI_EVENTS_DETAILS_COMMENTS_VIEW,ROLE_UI_EVENTS_DETAILS_MEDIA_VIEW,ROLE_UI_EVENTS_DETAILS_METADATA_EDIT,ROLE_UI_EVENTS_DETAILS_METADATA_VIEW,ROLE_UI_EVENTS_DETAILS_VIEW,ROLE_UI_EVENTS_EDITOR_EDIT,ROLE_UI_EVENTS_EDITOR_VIEW,ROLE_CAPTURE_AGENT,ROLE_API_EVENTS_TRACK_EDIT,ROLE_API_WORKFLOW_INSTANCE_CREATE' >> /srv/opencast/opencast-dist-allinone/etc/org.opencastproject.security.lti.LtiLaunchAuthenticationHandler.cfg
echo 'lti.consumer_role_prefix.CONSUMERKEY0 = STUDIP_' >> /srv/opencast/opencast-dist-allinone/etc/org.opencastproject.security.lti.LtiLaunchAuthenticationHandler.cfg
echo 'lti.oauth.highly_trusted_consumer_key.1=CONSUMERKEY' >> /srv/opencast/opencast-dist-allinone/etc/org.opencastproject.security.lti.LtiLaunchAuthenticationHandler.cfg

Expand Down

0 comments on commit 9f4844c

Please sign in to comment.