File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments