-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1089 from nasa/earthdata_login_uat
Add EARTHDATA_UAT_USER and EARTHDATA_UAT_PASS
- Loading branch information
Showing
11 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
machine dataspace.copernicus.eu login {{ DATASPACE_USER }} password {{ DATASPACE_PASS }} | ||
machine urs.earthdata.nasa.gov login {{ EARTHDATA_USER }} password {{ EARTHDATA_PASS }} | ||
machine uat.urs.earthdata.nasa.gov login {{ EARTHDATA_USER }} password {{ EARTHDATA_PASS }} | ||
machine uat.urs.earthdata.nasa.gov login {{ EARTHDATA_UAT_USER }} password {{ EARTHDATA_UAT_PASS }} | ||
machine {{ MOZART_RABBIT_PVT_IP }} login {{ MOZART_RABBIT_USER }} password {{ MOZART_RABBIT_PASSWORD }} | ||
macdef init | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
machine dataspace.copernicus.eu login {{ DATASPACE_USER }} password {{ DATASPACE_PASS }} | ||
machine urs.earthdata.nasa.gov login {{ EARTHDATA_USER }} password {{ EARTHDATA_PASS }} | ||
machine uat.urs.earthdata.nasa.gov login {{ EARTHDATA_USER }} password {{ EARTHDATA_PASS }} | ||
machine uat.urs.earthdata.nasa.gov login {{ EARTHDATA_UAT_USER }} password {{ EARTHDATA_UAT_PASS }} | ||
machine {{ MOZART_RABBIT_PVT_IP }} login {{ MOZART_RABBIT_USER }} password {{ MOZART_RABBIT_PASSWORD }} | ||
macdef init | ||
|