From f5b7076dfddbb26e903af80da114746576888005 Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Fri, 20 Sep 2024 13:57:42 -0500 Subject: [PATCH] added the path geoserver/web --- incore_auth/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/incore_auth/config.json b/incore_auth/config.json index 499ba9c..8bc8256 100644 --- a/incore_auth/config.json +++ b/incore_auth/config.json @@ -1,6 +1,6 @@ { - "PROTECTED_RESOURCES": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub", "geoserver"], + "PROTECTED_RESOURCES": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub", "geoserver", "geoserver/web"], "TRACKED_RESOURCES": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datafwolf", "plotting", "playbook", "frontpage", "geoserver", "doc", "hub", "lab", "auth", "DFR3Viewer", "DataViewer", "HazardViewer", "jupyterhub"], - "GROUPS": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub", "geoserver"]}, - "ROLES": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub", "geoserver"]} + "GROUPS": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub", "geoserver", "geoserver/web"]}, + "ROLES": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub", "geoserver", "geoserver/web"]} }