Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
feat: Provision SSO client for Studio (#825)
Browse files Browse the repository at this point in the history
This is in preparation for enabling OAuth in edx-platform code and config.
  • Loading branch information
timmc-edx authored Aug 25, 2021
1 parent bfe6e7a commit bdb8746
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provision-lms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -x

apps=( lms studio )

studio_port=18010

# Load database dumps for the largest databases to save time
./load-db.sh edxapp
./load-db.sh edxapp_csmh
Expand Down Expand Up @@ -42,6 +44,9 @@ for app in "${apps[@]}"; do
docker-compose exec -T $app bash -e -c 'source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform && paver update_assets --settings devstack_docker'
done

# Allow LMS SSO for Studio
./provision-ida-user.sh studio studio "$studio_port"

# Provision a retirement service account user
./provision-retirement-user.sh retirement retirement_service_worker

Expand Down

0 comments on commit bdb8746

Please sign in to comment.