tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

Secure tagbase-server #27

Open lewismc opened 2 years ago

lewismc commented 2 years ago

Ultimately we will want to introduce authentication and possibly authorization into tagbase-server. It is irresponsible to allow just anyone to POST or GET data from remote resources and ingest it into the TagbaseDB. This will will track implementation of an authentication layer for tagbase-server.

lewismc commented 2 years ago

connexion, which tagbase-server already relies on provides a pretty rich authentication mechanism https://connexion.readthedocs.io/en/latest/security.html More research needed.