-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: ENTERPRISE_ALGOLIA_SEARCH_API_KEY setting [BB-8083] #602
Conversation
Sandbox deployment started. |
Sandbox deployment successful. Sandbox LMS is available at pr-602-0e7f8a.staging.do.opencraft.hosting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0x29a, please see the review comment and open-craft/edx-enterprise#11 (comment). We don't need to add this to the edx-platform
.
ENTERPRISE_ALGOLIA_SEARCH_API_KEY = ENV_TOKENS.get( | ||
'ENTERPRISE_ALGOLIA_SEARCH_API_KEY', | ||
ENTERPRISE_ALGOLIA_SEARCH_API_KEY | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: using explicit ENV_TOKENS
is a legacy thing - YAML configs are used automatically.
Sandbox update request received. Deployment will start soon. |
Description
Adds a new
ENTERPRISE_ALGOLIA_SEARCH_API_KEY
setting that's intended to be consumed byedx-enterprise
service. See this PR for more details: open-craft/edx-enterprise#11