hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Registration tokens for analytics #918

Open jonyrock opened 4 years ago

jonyrock commented 4 years ago

There is a neat implementation of runners in gitlab: https://docs.gitlab.com/runner/ We can think about our analytic processes as runners. If we think this way, then we should not accept connections from unknown analytic processes. So we can use https://docs.gitlab.com/runner/register/ , so analytic process needs an registrastion token to be able to get metrics from the server