Skip to content

Commit 0dd3fd3

Browse files
dlzhry2nhsmotola
andauthored
VED-939 Enabled first phase of permissions (#1148)
* Enabled first phase of permissions * add permission for mmrv in preprod --------- Co-authored-by: Akol125 <akinola.olutola1@nhs.net>
1 parent 43e1323 commit 0dd3fd3

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

config/preprod/permissions_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"FLU.CRUDS",
3131
"HPV.CRUDS",
3232
"MENACWY.CRUDS",
33-
"MMR.CRUDS"
33+
"MMR.CRUDS",
34+
"MMRV.CRUDS"
3435
],
3536
"ods_codes": ["V0V8L"]
3637
},

config/prod/permissions_config.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,39 +37,28 @@
3737
"supplier": "EMIS",
3838
"permissions": [
3939
"3IN1.CRUDS",
40-
"COVID.CRUDS",
4140
"HPV.CRUDS",
4241
"MENACWY.CRUDS",
4342
"MMR.CRUDS",
44-
"MMRV.CRUDS",
45-
"PERTUSSIS.CRUDS",
46-
"PNEUMOCOCCAL.CRUDS",
47-
"RSV.CRUDS",
48-
"SHINGLES.CRUDS"
43+
"RSV.CRUDS"
4944
],
5045
"ods_codes": ["YGM41", "YGJ"]
5146
},
5247
{
5348
"supplier": "TPP",
5449
"permissions": [
5550
"3IN1.CRUDS",
56-
"COVID.CRUDS",
5751
"HPV.CRUDS",
5852
"MENACWY.CRUDS",
5953
"MMR.CRUDS",
60-
"MMRV.CRUDS",
61-
"PERTUSSIS.CRUDS",
62-
"PNEUMOCOCCAL.CRUDS",
63-
"RSV.CRUDS",
64-
"SHINGLES.CRUDS"
54+
"RSV.CRUDS"
6555
],
6656
"ods_codes": ["YGA"]
6757
},
6858
{
6959
"supplier": "MEDICUS",
7060
"permissions": [
7161
"3IN1.CRUDS",
72-
"COVID.CRUDS",
7362
"HPV.CRUDS",
7463
"MENACWY.CRUDS",
7564
"MMR.CRUDS",

0 commit comments

Comments
 (0)