Skip to content

Commit

Permalink
Removed geoserver from auth check list (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 authored Oct 29, 2024
1 parent 9616d19 commit 2cb0be9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions incore_auth/config.json
Original file line number Diff line number Diff line change
@@ -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"]}
}

0 comments on commit 2cb0be9

Please sign in to comment.