From 2826b1594858b5d1d08c6b3ddb48d237769d41b7 Mon Sep 17 00:00:00 2001 From: Matt Jarvis Date: Tue, 18 Nov 2025 14:42:29 +0000 Subject: [PATCH 1/2] Add Optum FLU permission in non prod envs. --- config/dev/permissions_config.json | 1 + config/preprod/permissions_config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/config/dev/permissions_config.json b/config/dev/permissions_config.json index 963cc08e8..899ea573a 100644 --- a/config/dev/permissions_config.json +++ b/config/dev/permissions_config.json @@ -56,6 +56,7 @@ "permissions": [ "3IN1.CRUDS", "COVID.CRUDS", + "FLU.CRUDS", "HPV.CRUDS", "MENACWY.CRUDS", "MMR.CRUDS", diff --git a/config/preprod/permissions_config.json b/config/preprod/permissions_config.json index f27ad6430..347a5e5b3 100644 --- a/config/preprod/permissions_config.json +++ b/config/preprod/permissions_config.json @@ -46,6 +46,7 @@ "permissions": [ "3IN1.CRUDS", "COVID.CRUDS", + "FLU.CRUDS", "HPV.CRUDS", "MENACWY.CRUDS", "MMR.CRUDS", From 057dfd68f8ab0ddf0d54c4fe5af748e5f983b57d Mon Sep 17 00:00:00 2001 From: Matt Jarvis Date: Wed, 19 Nov 2025 13:48:06 +0000 Subject: [PATCH 2/2] Add all vaccine type permissions for RAVS in non prod. --- config/dev/permissions_config.json | 14 +++++++++++++- config/preprod/permissions_config.json | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/config/dev/permissions_config.json b/config/dev/permissions_config.json index 899ea573a..0552d03fe 100644 --- a/config/dev/permissions_config.json +++ b/config/dev/permissions_config.json @@ -48,7 +48,19 @@ }, { "supplier": "RAVS", - "permissions": ["MMR.CRUDS", "RSV.CRUDS"], + "permissions": [ + "3IN1.CRUDS", + "COVID.CRUDS", + "FLU.CRUDS", + "HPV.CRUDS", + "MENACWY.CRUDS", + "MMR.CRUDS", + "MMRV.CRUDS", + "PNEUMOCOCCAL.CRUDS", + "PERTUSSIS.CRUDS", + "RSV.CRUDS", + "SHINGLES.CRUDS" + ], "ods_codes": ["X26", "X8E5B"] }, { diff --git a/config/preprod/permissions_config.json b/config/preprod/permissions_config.json index 347a5e5b3..28286336b 100644 --- a/config/preprod/permissions_config.json +++ b/config/preprod/permissions_config.json @@ -38,7 +38,19 @@ }, { "supplier": "RAVS", - "permissions": ["MMR.CRUDS", "RSV.CRUDS"], + "permissions": [ + "3IN1.CRUDS", + "COVID.CRUDS", + "FLU.CRUDS", + "HPV.CRUDS", + "MENACWY.CRUDS", + "MMR.CRUDS", + "MMRV.CRUDS", + "PNEUMOCOCCAL.CRUDS", + "PERTUSSIS.CRUDS", + "RSV.CRUDS", + "SHINGLES.CRUDS" + ], "ods_codes": ["X26", "X8E5B"] }, {