ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

TSV endpoint exposes UUIDs #717

Closed SRGDamia1 closed 4 months ago

SRGDamia1 commented 5 months ago

We need to think of a way to do this so the UUID's aren't exposed.

aufdenkampe commented 4 months ago

Thanks for bringing this up. It's important to note and consider this.

Fortunately, in ODM2, we imagined that Result UUID and Sampling Feature UUID were always intended to be public, so that databases could be easily merged and provenance would always be traceable. So it's OK that these are public.

On the other hand, we definitely want keep registrationToken private to the site "owner", which we do, so I think we're good.

Closing.