opentraffic / reporter

OTv2: distributed service that matches raw GPS probe data to OSMLR segments and sends anonymized speeds to Datastore
GNU Lesser General Public License v3.0
13 stars 16 forks source link

on premise configuration first steps #33

Closed kevinkreiser closed 7 years ago

kevinkreiser commented 7 years ago

we need a couple of things wrt to having other TNCs run this software:

For both we can use environment variables as we do everything else. The former will be a query parameter passed to the datastore. Not secure at all but more secure than nothing. The latter will simply be a string value taken from environment variable rather than being hardcoded

Downstream we'll need to make the datastore validate this authentication query parameter (equality check for now).