diff --git a/config/dev/permissions_config.json b/config/dev/permissions_config.json index 963cc08e8..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"] }, { @@ -56,6 +68,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..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"] }, { @@ -46,6 +58,7 @@ "permissions": [ "3IN1.CRUDS", "COVID.CRUDS", + "FLU.CRUDS", "HPV.CRUDS", "MENACWY.CRUDS", "MMR.CRUDS",