SciCatProject / backend-v3

SciCat Data Catalogue Backend
https://scicatproject.github.io/documentation/
BSD 3-Clause "New" or "Revised" License
13 stars 17 forks source link

Allow downloading of public datasets #608

Closed nguyenlinhlinh closed 2 years ago

nguyenlinhlinh commented 2 years ago

Description

We want to allow user to download public datasets from Globus. Therefore we need to modify the job model to allow submitting job without authentication

Motivation

Public datasets can be downloaded by anyone. In order to set up the workflow proposed on this issue the job model is modified to allow anonymous user to submit public job.

Changes: