From 6f8f61e40b0a57898aa8c720a2f2de44026e9603 Mon Sep 17 00:00:00 2001 From: mightycox Date: Thu, 26 Oct 2023 12:23:42 -0700 Subject: [PATCH] EDX-1898/1899 - Fixes typo in config map --- tools/config/update-configmap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/config/update-configmap.sh b/tools/config/update-configmap.sh index 96ed3959..28d10461 100644 --- a/tools/config/update-configmap.sh +++ b/tools/config/update-configmap.sh @@ -410,11 +410,11 @@ EMAIL_TEMPLATE_EDX_SECURE_EXCHANGE_COMMENT_NOTIFICATION_LITERAL=" EMAIL_TEMPLATE_EDX_SCHOOL_PRIMARY_CODE_NOTIFICATION_LITERAL="New Secure Exchange Message

Hi ,

Here is the Primary Access Code for the Education Data Exchange (EDX) for - :

Please keep this code safe. It will be required for the activation of each EDX account at your school. Once you have activated your EDX Admin Account, you will be able to view the Primary Access Code through the EDX User Management screen - available under the \"Administration\" menu option.

Regards,
The Ministry of Education and Child Care's EDX Team

" -ROLES_ALLOW_LIST="EDX_DISTRICT_ADMIN,EDX_SCHOOL_ADMIN,STUDENT_DATA_COLLECTION,SECURE_EXCHANGE_SCHOOL,SECURE_EXCHANGE_DISTRICT,EDX_SCHOOL_ADMIN,EDX_EDIT_DISTRICT" +ROLES_ALLOW_LIST="EDX_DISTRICT_ADMIN,EDX_SCHOOL_ADMIN,STUDENT_DATA_COLLECTION,SECURE_EXCHANGE_SCHOOL,SECURE_EXCHANGE_DISTRICT,EDX_EDIT_SCHOOL,EDX_EDIT_DISTRICT" if [ "$envValue" = "prod" ] then - ROLES_ALLOW_LIST="EDX_DISTRICT_ADMIN,EDX_SCHOOL_ADMIN,SECURE_EXCHANGE_SCHOOL,SECURE_EXCHANGE_DISTRICT,EDX_SCHOOL_ADMIN,EDX_EDIT_DISTRICT" + ROLES_ALLOW_LIST="EDX_DISTRICT_ADMIN,EDX_SCHOOL_ADMIN,SECURE_EXCHANGE_SCHOOL,SECURE_EXCHANGE_DISTRICT,EDX_EDIT_SCHOOL,EDX_EDIT_DISTRICT" fi SCHEDULED_JOBS_EXTRACT_UNCOMPLETED_SAGAS_CRON="0 0/1 * * * *"