Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For ingest access in the SIT or UAT environments, separate NAMS requests must be submitted following the same process described in steps 1 and 2 above. The table below shows the NAMS requests required for all environments:


SIT UAT PROD 
CMR NAMS RequestGSFC ESDIS CMR SIT (CLISIT)GSFC ESDIS CMR UAT (CLIUAT)GSFC ESDIS CMR PROD (CLIPROD)
MMT NAMS RequestGSFC ESDIS Metadata Management Tool (MMT) SITGSFC ESDIS Metadata Management Tool (MMT) UATGSFC ESDIS Metadata Management Tool (MMT)

Note: Launchpad access to the SIT environment is restricted to CMR application developers.

...

In order to successfully ingest metadata via the CMR REST APIs, your ingest client will need to provide CMR with a Launchpad Authentication token in the ingest request.  The exact method of procuring this token may vary based on how your provider's ingest client has been built, but we will attempt to provide some best practices and examples to help everyone become compliant.  Your provider will need a Service Account and a PKI Certificate in order to procure the Launchpad token, and we recommend that a single person with your provider be responsible for owning the Service Account and PKI Certificate.  We will refer to this owner as the Launchpad Champion in this documentation.

Info

It is OK for a DAAC to have multiple Service Accounts AND it is okay for a DAAC to share a Service Account with their DAAC team. There is no set number of Service Accounts required of a DAAC.

If you need to transfer ownership of the NAMS Service Account, the new account owner will need to submit NAMS requests for CMR Ingest access via Launchpad (see CMR NAMS request instructions below). You may also need to update your client configurations in order to avoid breaking your ingest workflows.


Every user in your provider who needs to ingest metadata will need to submit the following NAMS request for CMR Ingest access via Launchpad:

CMR NAMS request

  1. Go to idmax.nasa.gov and submit a request for "GSFC ESDIS CMR PROD (CLIPROD)." This request has a Level of Risk (LOR) of 20.
  2. Enter your NASA AUID
  3. Enter your Earthdata Login ID
  4. Select a Role
  5. Confirm that CMR is an approved application in your Earthdata account
  6. Provide a Business Justification
  7. Submit the request
  8. If you need access to ingest in UAT, repeat the process for "GSFC ESDIS CMR PROD (CLIUAT)."

...

Code Block
curl -i -XPUT -H "Content-Type:application/echo10+xml" -H "Cmr-pretty:true" -H "Expect:" -H "Echo-Token:  PTeS3MMKY9xtG4RlWGo[redacted]" https://cmr.uat.earthdata.nasa.gov/ingest/providers/PROV1/collections/coll1 -d @/Users/yliu10/coll1.xml

...