Skip to content

Commit

Permalink
Change EDRN and MCL auth tests to POST
Browse files Browse the repository at this point in the history
  • Loading branch information
edrn-bot authored Jul 12, 2024
1 parent 7ded6b0 commit 64a31c6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,18 @@ sites:
name: ⚗️ EDRN LabCAS authentication endpoint
url: https://edrn-labcas.jpl.nasa.gov/data-access-api/auth
headers:
- "Authorization: Basic $EDRN_SERVICE_BASIC_AUTH"
- "Content-type: application/x-www-form-urlencoded"
method: POST
body: "username=$EDRN_SERVICE_USERNAME&password=$EDRN_SERVICE_PASSWORD"
assignees:
- nutjob4life
-
name: ⚗️ MCL LabCAS authentication endpoint
url: https://mcl-labcas.jpl.nasa.gov/data-access-api/auth
headers:
- "Authorization: Basic $MCL_SERVICE_BASIC_AUTH"
- "Content-type: application/x-www-form-urlencoded"
method: POST
body: "username=$MCL_SERVICE_USERNAME&password=$MCL_SERVICE_PASSWORD"
assignees:
- nutjob4life
-
Expand Down

0 comments on commit 64a31c6

Please sign in to comment.