feat: add authn to devstack (#29832)

This commit is contained in:
Zainab Amir
2022-01-28 12:12:31 +05:00
committed by GitHub
parent e5a9ddcd87
commit 0abbd89145

View File

@@ -866,7 +866,7 @@ FEATURES = {
# .. toggle_tickets: 'https://github.com/edx/edx-platform/pull/24908'
# .. toggle_warnings: Also set settings.AUTHN_MICROFRONTEND_URL for rollout. This temporary feature
# toggle does not have a target removal date.
'ENABLE_AUTHN_MICROFRONTEND': False,
'ENABLE_AUTHN_MICROFRONTEND': os.environ.get("EDXAPP_ENABLE_AUTHN_MFE", False),
### ORA Feature Flags ###
# .. toggle_name: FEATURES['ENABLE_ORA_ALL_FILE_URLS']