Skip to content

Commit 68ebe5e

Browse files
committed
Update README
1 parent 98d7b5c commit 68ebe5e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,18 @@ The application is configurable via environment variables.
158158
- **Type:** Dictionary of keyword arguments used to initialize the class
159159
- **Required:** No, defaults to `{}`
160160
- **Example:** `{"field_name": "properties.organization"}`
161+
- **`COLLECTIONS_FILTER_CLS`**, CQL2 expression generator for collection-level filtering
162+
- **Type:** JSON object with class configuration
163+
- **Required:** No, defaults to `null` (disabled)
164+
- **Example:** `stac_auth_proxy.filters:Opa`, `stac_auth_proxy.filters:Template`, `my_package:OrganizationFilter`
165+
- **`COLLECTIONS_FILTER_ARGS`**, Positional arguments for CQL2 expression generator
166+
- **Type:** List of positional arguments used to initialize the class
167+
- **Required:** No, defaults to `[]`
168+
- **Example:**: `["org1"]`
169+
- **`COLLECTIONS_FILTER_KWARGS`**, Keyword arguments for CQL2 expression generator
170+
- **Type:** Dictionary of keyword arguments used to initialize the class
171+
- **Required:** No, defaults to `{}`
172+
- **Example:** `{"field_name": "properties.organization"}`
161173

162174
### Tips
163175

0 commit comments

Comments
 (0)