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
47e5aaa3
Unverified
Commit
47e5aaa3
authored
Apr 02, 2018
by
Brian Mesick
Committed by
GitHub
Apr 02, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add edxapp configuration options for user retirement (#4429)
parent
6eb29487
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
CHANGELOG.md
+4
-0
playbooks/roles/edxapp/defaults/main.yml
+12
-0
No files found.
CHANGELOG.md
View file @
47e5aaa3
...
...
@@ -26,6 +26,10 @@
to update databases while building images, where services are generally disabled).
-
Role: edxapp
-
Added
`EDXAPP_RETIRED_USERNAME_FMT`
,
`EDXAPP_RETIRED_EMAIL_FMT`
,
`EDXAPP_RETIRED_USER_SALTS`
, and
`EDXAPP_RETIREMENT_SERVICE_WORKER_USERNAME`
to generic_env_config to allow user retirement to be configurable.
-
Role: edxapp
-
Added
`ENTERPRISE_REPORTING_SECRET`
to CMS auth settings to allow edx-enterprise migrations to run.
-
Role: edxapp
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
47e5aaa3
...
...
@@ -721,6 +721,13 @@ EDXAPP_PROCTORING_BACKEND_PROVIDER:
class
:
'
edx_proctoring.backends.null.NullBackendProvider'
options
:
{}
EDXAPP_RETIRED_USERNAME_FMT
:
"
retired__user_{}"
EDXAPP_RETIRED_EMAIL_FMT
:
"
retired__user_{}@retired.invalid"
EDXAPP_RETIRED_USER_SALTS
:
-
"
OVERRIDE
ME
WITH
A
RANDOM
VALUE"
-
"
ROTATE
SALTS
BY
APPENDING
NEW
VALUES"
EDXAPP_RETIREMENT_SERVICE_WORKER_USERNAME
:
"
OVERRIDE
THIS
WITH
A
VALID
LMS
USERNAME"
# Comprehensive Theming
# Deprecated, maintained for backward compatibility
EDXAPP_COMPREHENSIVE_THEME_DIR
:
"
"
...
...
@@ -1231,6 +1238,11 @@ generic_env_config: &edxapp_generic_env
EXTRA_MIDDLEWARE_CLASSES
:
"
{{
EDXAPP_EXTRA_MIDDLEWARE_CLASSES
}}"
MAINTENANCE_BANNER_TEXT
:
"
{{
EDXAPP_MAINTENANCE_BANNER_TEXT
}}"
RETIRED_USERNAME_FMT
:
"
{{
EDXAPP_RETIRED_USERNAME_FMT
}}"
RETIRED_EMAIL_FMT
:
"
{{
EDXAPP_RETIRED_EMAIL_FMT
}}"
RETIRED_USER_SALTS
:
"
{{
EDXAPP_RETIRED_USER_SALTS
}}"
RETIREMENT_SERVICE_WORKER_USERNAME
:
"
{{
EDXAPP_RETIREMENT_SERVICE_WORKER_USERNAME
}}"
lms_auth_config
:
<<
:
*edxapp_generic_auth
CONTENTSTORE
:
...
...
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