Skip to content

Commit

Permalink
fixes and test geoserver multi-layer (comma-separated) ACL resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jan 25, 2022
1 parent b0ec6ae commit 40dab93
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 118 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Features / Changes
* Add ``child_structure_allowed`` to ``ServiceAPI`` and ``ServiceTHREDDS`` to be more explicit about allowed structure
hierarchies in API responses. Their original behaviour remains unchanged, but is further enforced during validation
of their children resource type creation against explicit structure.
* Add multiple ``Resource`` ACL resolution within the same request to support ``Service`` implementations that can refer
* Add multi-``Resource`` ACL resolution within the same request to support ``Service`` implementations that can refer
to multiple items simultaneously. An example of this is the comma-separated list of ``Layer`` defined by ``typeNames``
of new ``ServiceGeoserverWMS`` implementation. Access is granted if the ``User`` has access to **ALL** ``Resource``
resolved from parsing the request.
Expand Down
Loading

0 comments on commit 40dab93

Please sign in to comment.