Skip to content

Commit

Permalink
Merge pull request #93 from nansencenter/issue92_copernicus_migration
Browse files Browse the repository at this point in the history
Update provider settings after replacement of Copernicus Scihub by Data Space
  • Loading branch information
aperrin66 authored Jan 4, 2024
2 parents 8c0f716 + c399615 commit 18cce8b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions geospaas_processing/provider_settings.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
---
# Dictionary associating URLs to settings to pass to the downloaders
'https://scihub.copernicus.eu':
username: !ENV 'COPERNICUS_OPEN_HUB_USERNAME'
password: !ENV 'COPERNICUS_OPEN_HUB_PASSWORD'
max_parallel_downloads: 2
invalid_status_codes:
202: 'This dataset is offline'
'https://apihub.copernicus.eu':
username: !ENV 'COPERNICUS_OPEN_HUB_USERNAME'
password: !ENV 'COPERNICUS_OPEN_HUB_PASSWORD'
max_parallel_downloads: 2
invalid_status_codes:
202: 'This dataset is offline'
'ftp://nrt.cmems-du.eu':
username: !ENV 'CMEMS_USERNAME'
password: !ENV 'CMEMS_PASSWORD'
Expand Down Expand Up @@ -43,6 +31,12 @@
client_id: 'CLOUDFERRO_PUBLIC'
max_parallel_downloads: 4
totp_secret: !ENV 'CREODIAS_TOTP_SECRET'
'https://catalogue.dataspace.copernicus.eu':
username: !ENV 'COPERNICUS_DATA_SPACE_USERNAME'
password: !ENV 'COPERNICUS_DATA_SPACE_PASSWORD'
authentication_type: 'oauth2'
token_url: 'https://identity.dataspace.copernicus.eu/auth/realms/CDSE/protocol/openid-connect/token'
client_id: 'cdse-public'
'https://podaac-tools.jpl.nasa.gov/drive/files':
username: !ENV 'PODAAC_DRIVE_USERNAME'
password: !ENV 'PODAAC_DRIVE_PASSWORD'
Expand Down

0 comments on commit 18cce8b

Please sign in to comment.