-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MMT-3954: Updating README #1332
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1332 +/- ##
=======================================
Coverage 97.68% 97.68%
=======================================
Files 366 365 -1
Lines 5751 5752 +1
Branches 1207 1207
=======================================
+ Hits 5618 5619 +1
Misses 132 132
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Environment|CLI| | ||
|-|-| | ||
|Local| $ npm run offline| | ||
|SIT| $ EDL_PASSWORD=SIT Password npm run ffline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put SIT Password in single quotes to be consistent with the UAT one below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really wanted to eliminate anything that isn't absolutely needed as every variable can potentially break the sequence. I can make a note only UAT's edl password needs it?
"edl": { | ||
"host": "https://uat.urs.earthdata.nasa.gov", | ||
"uid": "mmt_uat" | ||
}, | ||
``` | ||
|
||
_Note: The EDL_PASSWORD environment variable is required for group member queries to function._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is also required for validating tokens for UAT.
Overview
What is the feature?
The current README lacked information on running MMT in SIT or UAT mode so I've updated it to reflect that.
What is the Solution?
Added graph to Serverless Offline and some code changes that need to happen for UAT to run properly. Added statement under Running MMT about changing your token.
What areas of the application does this impact?
README
Testing
Reproduction steps
Attachments
Preview:

Checklist