ResonantGeoData / RD-WATCH

RD-WATCH Documentation
https://resonantgeodata.github.io/RD-WATCH/
Apache License 2.0
7 stars 5 forks source link

Get ModelRuns using RDWATCH Api Key #447

Closed BryonLewis closed 5 months ago

BryonLewis commented 5 months ago

simple change to describe what is going on where clients that aren't logged in cannot upload new models. Our upload models script will check to see if a ModelRun already exists. It does this by requiring access to the GET /model-runs endpoint. Our CRSFExempt utilizing the RDWATCH-API-KEY doesn't account for this so it will fail. This PR is just meant as a draft to show a quick solution to the issue and not intended to be merged in.