Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: add external course sync api key in xpro #2846

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Anas12091101
Copy link
Contributor

What are the relevant tickets?

https://github.com/mitodl/hq/issues/6107

Description (What does it do?)

This PR adds EXTERNAL_COURSE_SYNC_API_KEY to xpro env

Screenshots (if appropriate):

  • Desktop screenshots
  • Mobile width screenshots

How can this be tested?

Additional Context

@@ -324,6 +324,7 @@
"ENROLLMENT_CHANGE_SHEET_ID": xpro_vault_secrets["google-sheets"][
"enroll_change_sheet_id"
],
"EXTERNAL_COURSE_SYNC_API_KEY": xpro_vault_secrets["emeritus"]["api_key"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not use the emeritus key map for this as we are going to remove that in future and generalize the key for all external course syncs. we should instead use "EXTERNAL_COURSE_SYNC_API_KEY": xpro_vault_secrets["external-course-sync"]["api_key"]

I think this should be done on the same pattern as #2512. So, Someone from the @mitodl/devops will need to add additional commits to this to pull the value from the vault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants