HumanCellAtlas / ingest-central

Ingest Central is the hub repository for the ingest service
Apache License 2.0
0 stars 1 forks source link

Enable locking of submissionEnvelopes #641

Open rolando-ebi opened 5 years ago

rolando-ebi commented 5 years ago

SubmissionEnvelopes need to be locked after certain operations to ensure consistency. In particular, submissions can be modified after long running delete & export tasks. We should lock submissions upon enacting a long running submission task to ensure that users or system services can't modify submission data in illegal ways.

Acceptance criteria