Skip to content

Commit

Permalink
CIV-15062 - add CTSC ccd roles for case file view (#4865)
Browse files Browse the repository at this point in the history
* CIV-15062 - add ctsc + nbc permissions to componentLauncher

* CIV-15062 - componentLauncher given extra authorisation

* CIV-15062 - add ccd roles directly

* CIV-15062 - add extra authorisations for systemGeneratedDocuments

* CIV-15062 - updated authorisations to nonprod

* CIV-15062 - add authorisation to fields

---------

Co-authored-by: mounikahmcts <[email protected]>
  • Loading branch information
m-meulendijks-v1 and mounikahmcts authored Oct 1, 2024
1 parent ac7e2de commit 299c449
Show file tree
Hide file tree
Showing 4 changed files with 481 additions and 5 deletions.
4 changes: 3 additions & 1 deletion bin/add-roles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ set -eo pipefail
./bin/utils/ccd-add-role.sh "hearing-centre-team-leader"
./bin/utils/ccd-add-role.sh "next-hearing-date-admin"
./bin/utils/ccd-add-role.sh "court-officer-order"

./bin/utils/ccd-add-role.sh "nbc-team-leader"
./bin/utils/ccd-add-role.sh "ctsc"
./bin/utils/ccd-add-role.sh "ctsc-team-leader"

roles=("solicitor" "systemupdate" "admin" "staff")
for role in "${roles[@]}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,11 @@
{
"UserRoles": [
"RES-SOL-ONE-SPEC-PROFILE",
"CITIZEN-DEFENDANT-PROFILE"
"CITIZEN-DEFENDANT-PROFILE",
"judge-profile",
"hearing-schedule-access",
"caseworker-civil-admin"

],
"CRUD": "CRU"
},
Expand All @@ -981,7 +985,12 @@
{
"UserRoles": [
"CITIZEN-CLAIMANT-PROFILE",
"citizen-profile"
"citizen-profile",
"cui-nbc-profile",
"cui-admin-profile",
"judge-profile",
"hearing-schedule-access",
"caseworker-civil-admin"
],
"CRUD": "CRU"
},
Expand All @@ -1000,7 +1009,9 @@
{
"UserRoles": [
"CITIZEN-DEFENDANT-PROFILE",
"citizen-profile"
"citizen-profile",
"cui-nbc-profile",
"cui-admin-profile"
],
"CRUD": "CRU"
},
Expand Down
Loading

0 comments on commit 299c449

Please sign in to comment.