From c5d981d8a537d9cbd80bc723f60a488dad020bd9 Mon Sep 17 00:00:00 2001 From: Atharva Rane <41084525+atharvar28@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:07:25 -0400 Subject: [PATCH 1/4] tier config QA-IBD --- qa-ibd.planx-pla.net/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa-ibd.planx-pla.net/manifest.json b/qa-ibd.planx-pla.net/manifest.json index 2aecd2c13..5e1112f99 100644 --- a/qa-ibd.planx-pla.net/manifest.json +++ b/qa-ibd.planx-pla.net/manifest.json @@ -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", @@ -207,4 +208,4 @@ "arborist": { "deployment_version": "2" } -} \ No newline at end of file +} From d2b760f1ac50bd371ef62cd3bdddddb71fbba4ff Mon Sep 17 00:00:00 2001 From: Atharva Rane <41084525+atharvar28@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:54:45 -0400 Subject: [PATCH 2/4] add tierAccessLevel in gitops.json --- qa-ibd.planx-pla.net/portal/gitops.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa-ibd.planx-pla.net/portal/gitops.json b/qa-ibd.planx-pla.net/portal/gitops.json index 8220f022b..9c35d71ba 100644 --- a/qa-ibd.planx-pla.net/portal/gitops.json +++ b/qa-ibd.planx-pla.net/portal/gitops.json @@ -243,6 +243,7 @@ ], "guppyConfig": { "dataType": "participant", + "tierAccessLevel": "private", "nodeCountTitle": "Participants", "fieldMapping": [ { "field": "project_id", "name": "Project ID" }, @@ -327,6 +328,7 @@ ], "guppyConfig": { "dataType": "file", + "tierAccessLevel": "private", "fieldMapping": [ { "field": "object_id", "name": "GUID" }, { "field": "project_id", "name": "Project ID" } @@ -407,6 +409,7 @@ ], "guppyConfig": { "dataType": "supplementary_file", + "tierAccessLevel": "private", "fieldMapping": [ { "field": "object_id", "name": "GUID" }, { "field": "project_id", "name": "Project ID" }, From 3e852435c828d172c1cd0adcc3cdf2f435bf75dc Mon Sep 17 00:00:00 2001 From: Atharva Rane <41084525+atharvar28@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:32:43 -0400 Subject: [PATCH 3/4] Update manifest.json --- qa-ibd.planx-pla.net/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qa-ibd.planx-pla.net/manifest.json b/qa-ibd.planx-pla.net/manifest.json index 5e1112f99..ce562e4f6 100644 --- a/qa-ibd.planx-pla.net/manifest.json +++ b/qa-ibd.planx-pla.net/manifest.json @@ -184,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", From c58d01d6cca06f7aa41e0450120d48ebc0ef01f2 Mon Sep 17 00:00:00 2001 From: Atharva Rane <41084525+atharvar28@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:34:14 -0400 Subject: [PATCH 4/4] updating the tierAccessLevel for indices --- qa-ibd.planx-pla.net/portal/gitops.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qa-ibd.planx-pla.net/portal/gitops.json b/qa-ibd.planx-pla.net/portal/gitops.json index 9c35d71ba..219ac4582 100644 --- a/qa-ibd.planx-pla.net/portal/gitops.json +++ b/qa-ibd.planx-pla.net/portal/gitops.json @@ -243,7 +243,7 @@ ], "guppyConfig": { "dataType": "participant", - "tierAccessLevel": "private", + "tierAccessLevel": "regular", "nodeCountTitle": "Participants", "fieldMapping": [ { "field": "project_id", "name": "Project ID" }, @@ -328,7 +328,7 @@ ], "guppyConfig": { "dataType": "file", - "tierAccessLevel": "private", + "tierAccessLevel": "regular", "fieldMapping": [ { "field": "object_id", "name": "GUID" }, { "field": "project_id", "name": "Project ID" } @@ -409,7 +409,7 @@ ], "guppyConfig": { "dataType": "supplementary_file", - "tierAccessLevel": "private", + "tierAccessLevel": "regular", "fieldMapping": [ { "field": "object_id", "name": "GUID" }, { "field": "project_id", "name": "Project ID" },