Skip to content

Commit

Permalink
Merge pull request #2371 from ASFHyP3/remove-esa-secrets
Browse files Browse the repository at this point in the history
remove ESA secrets from job specs that no longer require them
  • Loading branch information
jtherrmann authored Aug 9, 2024
2 parents 0be8a97 + 054b144 commit 39ee14d
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).


## [7.7.1]

### Removed
- The `ESA_USERNAME` and `ESA_PASSWORD` secrets have been removed from the job specs that no longer require them (those that use the `hyp3-gamma`, `hyp3-isce2`, `hyp3-autorift`, or `hyp3-back-projection` images).


## [7.7.0]

### Added
Expand Down
2 changes: 0 additions & 2 deletions job_spec/ARIA_AUTORIFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ AUTORIFT:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/AUTORIFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@ AUTORIFT:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/AUTORIFT_ITS_LIVE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,5 @@ AUTORIFT:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- PUBLISH_ACCESS_KEY_ID
- PUBLISH_SECRET_ACCESS_KEY
2 changes: 0 additions & 2 deletions job_spec/INSAR_GAMMA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,3 @@ INSAR_GAMMA:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/INSAR_ISCE_BURST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,3 @@ INSAR_ISCE_BURST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/RTC_GAMMA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,3 @@ RTC_GAMMA:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/S1_CORRECTION_ITS_LIVE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ S1_CORRECTION_TEST:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/SRG_GSLC_CPU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ SRG_GSLC_CPU:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
2 changes: 0 additions & 2 deletions job_spec/WATER_MAP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ WATER_MAP:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: ''
image: ghcr.io/fjmeyer/hydrosar
command:
Expand Down
2 changes: 0 additions & 2 deletions job_spec/WATER_MAP_EQ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ WATER_MAP_EQ:
secrets:
- EARTHDATA_USERNAME
- EARTHDATA_PASSWORD
- ESA_USERNAME
- ESA_PASSWORD
- name: ''
image: 845172464411.dkr.ecr.us-west-2.amazonaws.com/water-map-equal-percent-solution
command:
Expand Down

0 comments on commit 39ee14d

Please sign in to comment.