chore: Updated defaults for token handling on CMS
This commit is contained in:
@@ -2530,6 +2530,15 @@ COMMENTS_SERVICE_KEY = 'password'
|
||||
EXAMS_SERVICE_URL = 'http://localhost:18740/api/v1'
|
||||
EXAMS_SERVICE_USERNAME = 'edx_exams_worker'
|
||||
|
||||
############## Settings for JWT token handling ##############
|
||||
TOKEN_SIGNING = {
|
||||
'JWT_ISSUER': 'http://127.0.0.1:8740',
|
||||
'JWT_SIGNING_ALGORITHM': 'RS512',
|
||||
'JWT_SUPPORTED_VERSION': '1.2.0',
|
||||
'JWT_PRIVATE_SIGNING_JWK': None,
|
||||
'JWT_PUBLIC_SIGNING_JWK_SET': None,
|
||||
}
|
||||
|
||||
FINANCIAL_REPORTS = {
|
||||
'STORAGE_TYPE': 'localfs',
|
||||
'BUCKET': None,
|
||||
|
||||
@@ -4311,6 +4311,7 @@ ECOMMERCE_API_SIGNING_KEY = 'SET-ME-PLEASE'
|
||||
# Exam Service
|
||||
EXAMS_SERVICE_URL = 'http://localhost:18740/api/v1'
|
||||
|
||||
############## Settings for JWT token handling ##############
|
||||
TOKEN_SIGNING = {
|
||||
'JWT_ISSUER': 'http://127.0.0.1:8740',
|
||||
'JWT_SIGNING_ALGORITHM': 'RS512',
|
||||
|
||||
Reference in New Issue
Block a user