Read in cert file path from env vars (#103643)

use cert file path
This commit is contained in:
mohammad-hamid
2025-04-10 09:56:41 -04:00
committed by GitHub
parent e86df64657
commit a255ae6b0b
+1
View File
@@ -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