feat: hq-10826 sync secrets for residential to mitxonline.#4630
Open
Ardiea wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Canvas LTI grade passback and YouTube API secrets to the mitxonline edxapp deployment so the unified mitxonline deployment can serve residential courses.
Changes:
- Adds
CANVAS_ACCESS_TOKENandYOUTUBE_API_KEYmappings in the mitxonline-specific block ofsecrets_builder.py. - Adds encrypted
youtube_api_keyentries to mitxonline ci/qa/production sops yaml files (canvas_access_token already present).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/ol_infrastructure/applications/edxapp/secrets_builder.py | Map CANVAS_ACCESS_TOKEN and YOUTUBE_API_KEY env vars from Vault secrets for mitxonline. |
| src/bridge/secrets/edxapp/mitxonline.ci.yaml | Add encrypted youtube_api_key for CI. |
| src/bridge/secrets/edxapp/mitxonline.qa.yaml | Add encrypted youtube_api_key for QA. |
| src/bridge/secrets/edxapp/mitxonline.production.yaml | Add encrypted youtube_api_key for production. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
blarghmatey
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What are the relevant tickets?
https://github.com/mitodl/hq/issues/10826
Description (What does it do?)
Residential courses depend on Canvas LTI grade passback and YouTube API access. These secrets are currently only provisioned in the secret-mitx Vault mount. They need to be added to the mitxonline secrets template so the unified deployment can serve residential courses.