Skip to content

Commit

Permalink
rename stac magpie config.yml to permissions.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Sep 20, 2023
1 parent 929faa2 commit 89f5f60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
Users that desire using `optional-components/stac-public-access` will have to add it explicitly to the list
of `EXTRA_CONF_DIRS`.

- Rename `optional-components/stac-public-access/config/magpie/config.yml.template` to
`optional-components/stac-public-access/config/magpie/permissions.yml.template` in order to align
with permissions-specific contents as accomplished with other components.

[1.31.2](https://github.com/bird-house/birdhouse-deploy/tree/1.31.2) (2023-09-13)
------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions birdhouse/optional-components/stac-public-access/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
config/magpie/permissions.cfg
# old name for backward compatibility:
config/magpie/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version: "3.4"
services:
magpie:
volumes:
- ./optional-components/stac-public-access/config/magpie/config.yml:${MAGPIE_PERMISSIONS_CONFIG_PATH}/stac-public-access.yml:ro
- ./optional-components/stac-public-access/config/magpie/permissions.cfg:${MAGPIE_PERMISSIONS_CONFIG_PATH}/stac-public-access-permissions.cfg:ro

0 comments on commit 89f5f60

Please sign in to comment.