@@ -191,21 +191,21 @@ If enabled, filters are intended to be applied to the following endpoints:
191191 - **Action:** Read Item
192192 - **Applied Filter:** `ITEMS_FILTER`
193193 - **Strategy:** Append body with generated CQL2 query.
194- - `GET /collections/{collection_id}`
195- - **Supported:** ❌[^23]
196- - **Action:** Read Collection
197- - **Applied Filter:** `COLLECTIONS_FILTER`
198- - **Strategy:** Append query params with generated CQL2 query.
199194- `GET /collections/{collection_id}/items`
200195 - **Supported:** ✅
201196 - **Action:** Read Item
202197 - **Applied Filter:** `ITEMS_FILTER`
203198 - **Strategy:** Append query params with generated CQL2 query.
204199- `GET /collections/{collection_id}/items/{item_id}`
205- - **Supported:** ❌[^25]
200+ - **Supported:** ✅
206201 - **Action:** Read Item
207202 - **Applied Filter:** `ITEMS_FILTER`
208203 - **Strategy:** Validate response against CQL2 query.
204+ - `GET /collections/{collection_id}`
205+ - **Supported:** ❌[^23]
206+ - **Action:** Read Collection
207+ - **Applied Filter:** `COLLECTIONS_FILTER`
208+ - **Strategy:** Append query params with generated CQL2 query.
209209- `POST /collections/`
210210 - **Supported:** ❌[^22]
211211 - **Action:** Create Collection
@@ -257,6 +257,5 @@ sequenceDiagram
257257[ ^ 21 ] : https://github.com/developmentseed/stac-auth-proxy/issues/21
258258[ ^ 22 ] : https://github.com/developmentseed/stac-auth-proxy/issues/22
259259[ ^ 23 ] : https://github.com/developmentseed/stac-auth-proxy/issues/23
260- [ ^ 25 ] : https://github.com/developmentseed/stac-auth-proxy/issues/25
261260[ ^ 30 ] : https://github.com/developmentseed/stac-auth-proxy/issues/30
262261[ ^ 37 ] : https://github.com/developmentseed/stac-auth-proxy/issues/37
0 commit comments