From 4c98fcd7dbf41709735a53a06cb5fd78437810ed Mon Sep 17 00:00:00 2001 From: fhanportainer <79428273+fhanportainer@users.noreply.github.com> Date: Mon, 29 Aug 2022 11:09:47 +1200 Subject: [PATCH] feat(analytis): `EnableTelemetry` defaults to `false` (#7539) --- api/datastore/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/datastore/init.go b/api/datastore/init.go index 9ef60bf30..6912227af 100644 --- a/api/datastore/init.go +++ b/api/datastore/init.go @@ -44,7 +44,7 @@ func (store *Store) checkOrCreateDefaultSettings() error { settings, err := store.SettingsService.Settings() if store.IsErrObjectNotFound(err) { defaultSettings := &portainer.Settings{ - EnableTelemetry: true, + EnableTelemetry: false, AuthenticationMethod: portainer.AuthenticationInternal, BlackListedLabels: make([]portainer.Pair, 0), InternalAuthSettings: portainer.InternalAuthSettings{