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.
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.