Skip to content

Commit

Permalink
Merge branch 'main' into isnull
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 authored Jan 30, 2025
2 parents 1b34f2b + fa312c8 commit e79c26a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Added note on the use of the default `*` use in route authentication dependecies. [#325](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/325)
- Bugfixes for the `IsNull` operator and datetime filtering [#330](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/330)

## [v3.2.2] - 2024-12-15
Expand Down
5 changes: 5 additions & 0 deletions examples/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Authentication is an optional feature that can be enabled through [Route Depende
Route dependencies for endpoints can enable through the `STAC_FASTAPI_ROUTE_DEPENDENCIES`
environment variable as a path to a JSON file or a JSON string.

***NOTE: default dependencies***
`*` can be used to match all paths. However, if used this must be the only Authentication dependency (multiple can be used through a
single merged dependency). Similarly, `*` can be used to match all methods with a route but must also be the only Authentication
dependency for that route.

#### Route Dependency

A Route Dependency must include `routes`, a list of at least one [Route](#routes), and `dependencies` a
Expand Down

0 comments on commit e79c26a

Please sign in to comment.