diff --git a/pkg/setting/settings_zanzana.go b/pkg/setting/settings_zanzana.go index 9b0c2d1c411..544b2e78faf 100644 --- a/pkg/setting/settings_zanzana.go +++ b/pkg/setting/settings_zanzana.go @@ -63,6 +63,7 @@ func (cfg *Cfg) readZanzanaSettings() { zc.Token = clientSec.Key("token").MustString("") zc.TokenExchangeURL = clientSec.Key("token_exchange_url").MustString("") zc.Addr = clientSec.Key("address").MustString("") + zc.ServerCertFile = clientSec.Key("tls_cert").MustString("") cfg.ZanzanaClient = zc