Skip to content

Commit

Permalink
Added SentinelHub openEO backend to production config
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Dec 5, 2022
1 parent 322ff68 commit effd2a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions conf/aggregator.prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit effd2a9

Please sign in to comment.