Skip to content

Commit

Permalink
add UAT testing to howto/authenticate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed May 8, 2024
1 parent 2b7e352 commit aeaa280
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/howto/authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,17 @@ Once you are authenticated with NASA EDL you can:
* Request temporary S3 credentials from a particular DAAC (needed to download or stream data from an S3 bucket in the cloud).
* Use the library to download or stream data directly from S3.
* Regenerate CMR tokens (used for restricted datasets).


### Earthdata User Acceptance Testing (UAT) environment

If your EDL account is authorized to access the User Acceptance Testing (UAT),
you can set earthaccess to work with its EDL and CMR endpoints
by setting the `system` argument at login, as follows:

```python
import earthaccess

earthaccess.login(system=earthaccess.UAT)

```

0 comments on commit aeaa280

Please sign in to comment.