From 60d8bb6f5e08a0148dc7b873065667f5b77a180a Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Tue, 29 Oct 2024 13:26:00 -0500 Subject: [PATCH] Removed geoserver from auth check list --- CHANGELOG.md | 5 ++++- incore_auth/config.json | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ada92cb..46d75a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ From version 1.2.0 the file IP2LOCATION-LITE-DB5.BIN is no longer part of the do # Unreleased -# Added +## Added - Geoserver is added to incore-auth [#46](https://github.com/IN-CORE/incore-auth/issues/46) - Project service is added to incore-auth [#47](https://github.com/IN-CORE/incore-auth/issues/47) +## Changed +- Geoserver is removed from incore-auth [#51](https://github.com/IN-CORE/incore-auth/issues/51) + # [1.7.0] - 2023-06-14 ## Added diff --git a/incore_auth/config.json b/incore_auth/config.json index 8bc8256..64d88cd 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", "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", "geoserver/web"]}, - "ROLES": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub", "geoserver", "geoserver/web"]} + "PROTECTED_RESOURCES": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub"], + "TRACKED_RESOURCES": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datafwolf", "plotting", "playbook", "frontpage", "doc", "hub", "lab", "auth", "DFR3Viewer", "DataViewer", "HazardViewer", "jupyterhub"], + "GROUPS": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub"]}, + "ROLES": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "project", "maestro", "datawolf", "plotting", "hub"]} }