Commit f45a060d by muhammad-ammar

configure jwt

EDUCATOR-1644
parent c0c704bf
- Role: veda_web_frontend
- Added `JWT` configuration
- Role: veda_web_frontend
- New role added for [edx-video-pipeline](https://github.com/edx/edx-video-pipeline)
- Role: edxapp
......
......@@ -99,6 +99,12 @@ VIDEO_PIPELINE_BASE_CONFIG:
# django staticfile settings
STATIC_ROOT: "{{ COMMON_DATA_DIR }}/{{ video_pipeline_base_service_name }}/staticfiles"
JWT_AUTH:
JWT_AUDIENCE: '{{ COMMON_JWT_AUDIENCE }}'
JWT_ISSUER: '{{ COMMON_JWT_ISSUER }}'
JWT_SECRET_KEY: '{{ COMMON_JWT_SECRET_KEY }}'
JWT_VERIFY_AUDIENCE: true
# ---
# AWS Buckets, Prefixes
# ---
......
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