Skip to content

Commit

Permalink
Merge pull request #2036 from uc-cdis/atharvar28-patch-2
Browse files Browse the repository at this point in the history
tier config QA-IBD
  • Loading branch information
atharvar28 authored Jun 21, 2022
2 parents e4c1546 + c58d01d commit f1464be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions qa-ibd.planx-pla.net/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"sync_from_dbgap": "False",
"dispatcher_job_num": "10",
"netpolicy": "on",
"tier_access_limit": "5",
"useryaml_s3path": "s3://cdis-gen3-users/qa-ibd/user.yaml",
"maintenance_mode": "off",
"lb_type": "internal",
Expand All @@ -183,17 +184,17 @@
{
"index": "qa-ibd",
"type": "participant",
"tier_access_level": "private"
"tier_access_level": "regular"
},
{
"index": "qa-ibd_file",
"type": "file",
"tier_access_level": "private"
"tier_access_level": "regular"
},
{
"index": "qa-ibd_supplementary_file",
"type": "supplementary_file",
"tier_access_level": "private"
"tier_access_level": "regular"
},
{
"index": "qa-ibd_project",
Expand Down
3 changes: 3 additions & 0 deletions qa-ibd.planx-pla.net/portal/gitops.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
],
"guppyConfig": {
"dataType": "participant",
"tierAccessLevel": "regular",
"nodeCountTitle": "Participants",
"fieldMapping": [
{ "field": "project_id", "name": "Project ID" },
Expand Down Expand Up @@ -327,6 +328,7 @@
],
"guppyConfig": {
"dataType": "file",
"tierAccessLevel": "regular",
"fieldMapping": [
{ "field": "object_id", "name": "GUID" },
{ "field": "project_id", "name": "Project ID" }
Expand Down Expand Up @@ -407,6 +409,7 @@
],
"guppyConfig": {
"dataType": "supplementary_file",
"tierAccessLevel": "regular",
"fieldMapping": [
{ "field": "object_id", "name": "GUID" },
{ "field": "project_id", "name": "Project ID" },
Expand Down

0 comments on commit f1464be

Please sign in to comment.