Unverified Commit b115f0af by Kevin Falcone Committed by GitHub

Merge pull request #4639 from edx/jibsheet/fix-xqueue-cookies

Copy/pasta added half of the CSRF cookie
parents e402e563 696ee596
......@@ -68,7 +68,8 @@ XQUEUE_SUBMISSION_PROCESSING_DELAY: 1
# Number of seconds to delay before querying for available push submissions
XQUEUE_CONSUMER_DELAY: 10
INSIGHTS_CSRF_COOKIE_SECURE: false
XQUEUE_CSRF_COOKIE_SECURE: false
XQUEUE_SESSION_COOKIE_SECURE: false
# This dictionary is defined in XQueue's settings.py
# If you want to set up cloudwatch metrics/alarms this allows
......@@ -116,7 +117,8 @@ XQUEUE_CONFIG:
OPTIONS: "{{ XQUEUE_MYSQL_OPTIONS }}"
NEWRELIC_LICENSE_KEY: "{{ NEWRELIC_LICENSE_KEY | default('') }}"
CLOUDWATCH_QUEUE_COUNT_METRICS: "{{ XQUEUE_CLOUDWATCH_QUEUE_COUNT_METRICS }}"
SESSION_COOKIE_SECURE: "{{ XQUEUE_SESSION_COOKIE_SECURE }}"
CSRF_COOKIE_SECURE: "{{ XQUEUE_CSRF_COOKIE_SECURE }}"
XQUEUE_VERSION: "master"
XQUEUE_GIT_IDENTITY: !!null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment