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
fixes incorrect or missing documentation for ES_USE_SSL,
ES_VERIFY_CERTS, and ES_API_KEY
**Description:**
- README.md documentation has incorrect default values for ES_USE_SSL
and ES_VERIFY_CERTS
- The default values that are used can be found at:
`./stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/config.py` and
`./stac_fastapi/opensearch/stac_fastapi/opensearch/config.py`
- Adds documentation for ES_API_KEY
**PR Checklist:**
- [X] Code is formatted and linted (run `pre-commit run --all-files`)
- [X] Tests pass (run `make test`)
- [X] Documentation has been updated to reflect changes, if applicable
- [X] Changes are added to the changelog
---------
Co-authored-by: Bennett Patrick Brixen <bpbrixe@sandia.gov>
Co-authored-by: Jonathan Healy <jonathan.d.healy@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
15
### Changed
16
16
17
17
- Updated collection to index logic to support searching a large amount of indices [#412](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/412)
18
+
- Updated documentation to reflect use of ES environment variables [#410](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/410)
19
+
- Updated documentation to reflect `APP_PORT` in [stac-fastapi-core ApiSettings](https://github.com/stac-utils/stac-fastapi/blob/fa42985255fad0bab7dbe3aadbf1f74cb1635f3a/stac_fastapi/types/stac_fastapi/types/config.py#L30)[#410](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/pull/410)
0 commit comments