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

Commit bdb8746

Browse files
authored
feat: Provision SSO client for Studio (#825)
This is in preparation for enabling OAuth in edx-platform code and config.
1 parent bfe6e7a commit bdb8746

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

provision-lms.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -x
44

55
apps=( lms studio )
66

7+
studio_port=18010
8+
79
# Load database dumps for the largest databases to save time
810
./load-db.sh edxapp
911
./load-db.sh edxapp_csmh
@@ -42,6 +44,9 @@ for app in "${apps[@]}"; do
4244
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'
4345
done
4446

47+
# Allow LMS SSO for Studio
48+
./provision-ida-user.sh studio studio "$studio_port"
49+
4550
# Provision a retirement service account user
4651
./provision-retirement-user.sh retirement retirement_service_worker
4752

0 commit comments

Comments
 (0)