You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ❌ ([#22](https://github.com/developmentseed/stac-auth-proxy/issues/22)) |`PUT`|`/collections/{collection_id}}`| Update | Collection | Fetch Collection and validate CQL2 query; merge Item with body and validate with generated CQL2 query. |
202
-
| ❌ ([#22](https://github.com/developmentseed/stac-auth-proxy/issues/22)) |`DELETE`|`/collections/{collection_id}`| Delete | Collection | Fetch Collectiion and validate with CQL2 query. |
| ❌ ([#21](https://github.com/developmentseed/stac-auth-proxy/issues/21)) |`POST`|`/collections/{collection_id}/items`| Create | Item | Validate body with generated CQL2 query. |
206
-
| ❌ ([#21](https://github.com/developmentseed/stac-auth-proxy/issues/21)) |`PUT`|`/collections/{collection_id}/items/{item_id}`| Update | Item | Fetch Item and validate CQL2 query; merge Item with body and validate with generated CQL2 query. |
207
-
| ❌ ([#21](https://github.com/developmentseed/stac-auth-proxy/issues/21)) |`DELETE`|`/collections/{collection_id}/items/{item_id}`| Delete | Item | Fetch Item and validate with CQL2 query. |
208
-
| ❌ ([#21](https://github.com/developmentseed/stac-auth-proxy/issues/21)) |`POST`|`/collections/{collection_id}/bulk_items`| Create | Item | Validate items in body with generated CQL2 query. |
195
+
If enabled, filters are intended to be applied to the following endpoints:
196
+
197
+
-`GET /search`
198
+
-**Supported:** ✅
199
+
-**Action:** Read Item
200
+
-**Applied Filter:**`ITEMS_FILTER`
201
+
-**Strategy:** Append query params with generated CQL2 query.
202
+
-`POST /search`
203
+
-**Supported:** ✅
204
+
-**Action:** Read Item
205
+
-**Applied Filter:**`ITEMS_FILTER`
206
+
-**Strategy:** Append body with generated CQL2 query.
0 commit comments