Skip to content

Commit

Permalink
Merge branch 'fix-hub-name'
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Oct 29, 2021
2 parents 64d9a69 + 747e5d2 commit 0dde762
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

From version 1.2.0 the file IP2LOCATION-LITE-DB5.BIN is no longer part of the docker image and will need to be downloaded (after registration) from [ip2location](https://lite.ip2location.com/database/ip-country?lang=en_US) and be placed in /srv/incore_auth.

# [1.2.1] - 2021-10-29

## Fixed
- had invalid config for hub resources (extra comma)

# [1.2.0] - 2021-10-28

## Added
- github actions

## Changed

- IP2LOCATION-LITE-DB5.BIN is no longer bundled in docker image.

# [1.1.0] - 2021-10-27
Expand Down
2 changes: 1 addition & 1 deletion 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", "maestro", "datawolf", "plotting"],
"TRACKED_RESOURCES": ["data", "dfr3", "hazard", "space", "semantics", "maestro", "datafwolf", "plotting", "playbook", "frontpage", "geoserver", "doc", ",hub", "lab", "auth"],
"TRACKED_RESOURCES": ["data", "dfr3", "hazard", "space", "semantics", "maestro", "datafwolf", "plotting", "playbook", "frontpage", "geoserver", "doc", "hub", "lab", "auth"],
"GROUPS": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "maestro", "datawolf", "plotting"]},
"ROLES": {"incore_user": ["data", "dfr3", "hazard", "space", "semantics", "maestro", "datawolf", "plotting"]}
}

0 comments on commit 0dde762

Please sign in to comment.