diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1b853d..fccd8524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - -### Added - -- Implement secondary services [#78](https://github.com/Open-EO/openeo-aggregator/issues/78)) ## [0.6.x] ### Added +- Implement secondary services [#78](https://github.com/Open-EO/openeo-aggregator/issues/78)) +- Add SentinelHub openEO backend to production config + ### Changed - Refactored/improved metadata merging/validation of collections and processes diff --git a/conf/aggregator.prod.py b/conf/aggregator.prod.py index 953e5fc2..5564f33f 100644 --- a/conf/aggregator.prod.py +++ b/conf/aggregator.prod.py @@ -39,6 +39,8 @@ aggregator_backends={ "vito": "https://openeo.vito.be/openeo/1.0/", "eodc": "https://openeo.eodc.eu/v1.0/", + # Sentinel Hub OpenEO by Sinergise + "sentinelhub": "https://openeo.sentinel-hub.com/production/", }, auth_entitlement_check={"oidc_issuer_whitelist": { "https://aai.egi.eu/auth/realms/egi/",