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
c1d0f2b1
Commit
c1d0f2b1
authored
Jul 12, 2017
by
Douglas Hall
Committed by
GitHub
Jul 12, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3937 from edx/saleem-latif/ENT-367
ENT-367: Add BASE_COOKIE_DOMAIN settings for edxapp
parents
83af25f7
e64df0e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
CHANGELOG.md
+3
-0
playbooks/roles/edxapp/defaults/main.yml
+5
-0
No files found.
CHANGELOG.md
View file @
c1d0f2b1
...
...
@@ -319,3 +319,6 @@
-
Role: edxapp
-
Added
`EDXAPP_VIDEO_IMAGE_SETTINGS`
to configure S3-backed video images.
-
Role: edxapp
-
Added
`EDXAPP_BASE_COOKIE_DOMAIN`
for sharing cookies across edx domains.
playbooks/roles/edxapp/defaults/main.yml
View file @
c1d0f2b1
...
...
@@ -706,6 +706,9 @@ EDXAPP_ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES:
# The assigned ICP license number for display in the platform footer
EDXAPP_ICP_LICENSE
:
!!null
# Base Cookie Domain to share cookie across edx domains
EDXAPP_BASE_COOKIE_DOMAIN
:
"
{{
EDXAPP_LMS_SITE_NAME
}}"
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -1083,6 +1086,8 @@ generic_env_config: &edxapp_generic_env
HELP_TOKENS_BOOKS
:
"
{{
EDXAPP_HELP_TOKENS_BOOKS
}}"
# License for serving content in China
ICP_LICENSE
:
"
{{
EDXAPP_ICP_LICENSE
}}"
# Base Cookie Domain to share cookie across edx domains
BASE_COOKIE_DOMAIN
:
"
{{
EDXAPP_BASE_COOKIE_DOMAIN
}}"
POLICY_CHANGE_GRADES_ROUTING_KEY
:
"
{{
EDXAPP_POLICY_CHANGE_GRADES_ROUTING_KEY
}}"
...
...
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