Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
f49b2b79
Unverified
Commit
f49b2b79
authored
Jan 26, 2018
by
Douglas Hall
Committed by
GitHub
Jan 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4305 from edx/douglashall/add_enterprise_reporting_secret
Add ENTERPRISE_REPORTING_SECRET to cms auth settings.
parents
ce6fb225
f83f8c93
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG.md
+3
-0
playbooks/roles/edxapp/defaults/main.yml
+1
-0
No files found.
CHANGELOG.md
View file @
f49b2b79
-
Role: edxapp
-
Role: edxapp
-
Added
`ENTERPRISE_REPORTING_SECRET`
to CMS auth settings to allow edx-enterprise migrations to run.
-
Role: edxapp
-
Added
`EDXAPP_FERNET_KEYS`
to allow for use of django-fernet-keys in LMS.
-
Added
`EDXAPP_FERNET_KEYS`
to allow for use of django-fernet-keys in LMS.
-
Role: edxapp
-
Role: edxapp
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
f49b2b79
...
@@ -1317,6 +1317,7 @@ cms_auth_config:
...
@@ -1317,6 +1317,7 @@ cms_auth_config:
ADDITIONAL_OPTIONS
:
"
{{
EDXAPP_CONTENTSTORE_ADDITIONAL_OPTS
}}"
ADDITIONAL_OPTIONS
:
"
{{
EDXAPP_CONTENTSTORE_ADDITIONAL_OPTS
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_CMS_DOC_STORE_CONFIG
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_CMS_DOC_STORE_CONFIG
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_CMS_DOC_STORE_CONFIG
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_CMS_DOC_STORE_CONFIG
}}"
ENTERPRISE_REPORTING_SECRET
:
"
{{
EDXAPP_ENTERPRISE_REPORTING_SECRET
}}"
MODULESTORE
:
MODULESTORE
:
default
:
default
:
ENGINE
:
'
xmodule.modulestore.mixed.MixedModuleStore'
ENGINE
:
'
xmodule.modulestore.mixed.MixedModuleStore'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment