FC-0001: enterprise dependencies for EdxRestAPIClient replacement (#30240)

* refactor: enterprise dependencies for EdxRestAPIClient replacement

This is a part of https://github.com/openedx/public-engineering/issues/42

- add settings for enterprise-backend-service DOT application
- update utils used by enterprise to get rid of EdxRestAPIClient
- original utils stays in the code (to keep edx-platform api
clients working) till the
https://github.com/openedx/public-engineering/issues/39 deprecation
work will be done

* fix: fix typo in the docstring
This commit is contained in:
Eugene Dyudyunov
2022-04-21 22:28:22 +03:00
committed by GitHub
parent 42d0852b64
commit f262d64ad4
6 changed files with 154 additions and 3 deletions

View File

@@ -390,6 +390,8 @@ MKTG_URLS = {
ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS = {}
ENTERPRISE_BACKEND_SERVICE_EDX_OAUTH2_PROVIDER_URL = "http://edx.devstack.lms:18000/oauth2"
CREDENTIALS_SERVICE_USERNAME = 'credentials_worker'
COURSE_CATALOG_URL_ROOT = 'http://edx.devstack.discovery:18381'