telemetry server: add optional https and authentication

This commit is contained in:
Nicola Murino
2020-12-18 16:04:42 +01:00
parent 140380716d
commit bcf0fa073e
21 changed files with 492 additions and 169 deletions

View File

@@ -33,7 +33,6 @@ Please take a look at the usage below to customize the startup options`,
LoadDataMode: loadDataMode,
LoadDataQuotaScan: loadDataQuotaScan,
LoadDataClean: loadDataClean,
Profiler: profiler,
Shutdown: make(chan bool),
}
if err := service.Start(); err == nil {