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
0983af68
Commit
0983af68
authored
Jan 25, 2018
by
Douglas Hall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENT-854 Adding FERNET_KEYS setting.
parent
b3de2f36
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
CHANGELOG.md
+3
-0
playbooks/roles/edxapp/defaults/main.yml
+4
-0
No files found.
CHANGELOG.md
View file @
0983af68
-
Role: edxapp
-
Added
`EDXAPP_FERNET_KEYS`
to allow for use of django-fernet-keys in LMS.
-
Role: edxapp
-
Added
`EDX_PLATFORM_REVISION`
(set from
`edx_platform_version`
). This is for
edx-platform debugging purposes, and replaces calling dealer.git at startup.
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
0983af68
...
...
@@ -146,6 +146,9 @@ EDXAPP_COMMENTS_SERVICE_KEY: 'password'
EDXAPP_EDXAPP_SECRET_KEY
:
"
DUMMY
KEY
CHANGE
BEFORE
GOING
TO
PRODUCTION"
EDXAPP_FERNET_KEYS
:
-
"
DUMMY
KEY
CHANGE
BEFORE
GOING
TO
PRODUCTION"
EDXAPP_LTI_USER_EMAIL_DOMAIN
:
"
lti.example.com"
# 900s, or 15 mins
EDXAPP_LTI_AGGREGATE_SCORE_PASSBACK_DELAY
:
900
...
...
@@ -1252,6 +1255,7 @@ lms_auth_config:
ACE_CHANNEL_SAILTHRU_API_SECRET
:
"
{{
EDXAPP_ACE_CHANNEL_SAILTHRU_API_SECRET
}}"
ENTERPRISE_REPORTING_SECRET
:
"
{{
EDXAPP_ENTERPRISE_REPORTING_SECRET
}}"
ANALYTICS_API_KEY
:
"
{{
EDXAPP_LMS_ANALYTICS_API_KEY
}}"
FERNET_KEYS
:
"
{{
EDXAPP_FERNET_KEYS
}}"
lms_env_config
:
...
...
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