Skip to content

Commit

Permalink
Promote from BLAIS5-4414 to main (#186)
Browse files Browse the repository at this point in the history
* rebase from main for ips pilot role

* rebase

* fixed script

* try to fix issue with script

* BLAIS5-4414: add Field Interviewer role

* BLAIS5-4414: correct SVT_Supervisor role name

---------

Co-authored-by: cal-nic <[email protected]>
Co-authored-by: jamie kerr <[email protected]>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 4241690 commit 0bf76d1
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/blaise/add_cma_serverpark.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function ServerParkExists {
-port:$env:ENV_BLAISE_CONNECTION_PORT `
-user:$env:ENV_BLAISE_ADMIN_USER `
-password:$env:ENV_BLAISE_ADMIN_PASSWORD `
| findstr -i "cma"
| findstr -i "$ServerParkName"

If ([string]::IsNullOrEmpty($exists)) {
return $false
Expand Down
36 changes: 36 additions & 0 deletions scripts/blaise/user_roles/user_roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,5 +432,41 @@
"Appfeatures.viewsurveydetails",
"SurveyDataAccess"
]
},
{
"name": "SVT_Supervisor",
"description": "Role for survey validation team supervisors",
"permissions": []
},
{
"name": "SVT_Editor",
"description": "Role for survey validation team editors",
"permissions": []
},
{
"name": "FRS_Research",
"description": "Role for family resource survey research team",
"permissions": []
},
{
"name": "Field Interviewer",
"description": "Role for Field Interviewers",
"permissions": [
"Apps",
"AppManagement",
"Apps.Appfeatures",
"Appfeatures.login",
"Appfeatures.getlistofinstruments",
"Appfeatures.installsurvey",
"Appfeatures.removesurvey",
"Appfeatures.startsurvey",
"Appfeatures.browsedata",
"Appfeatures.deletedata",
"Appfeatures.uploaddata",
"Appfeatures.downloadcases",
"Appfeatures.viewsettings",
"Appfeatures.viewsurveydetails",
"SurveyDataAccess"
]
}
]

0 comments on commit 0bf76d1

Please sign in to comment.