portworx / kvdb

Generic Key-Value interface
Apache License 2.0
40 stars 13 forks source link

PWX-31462: use caFile option if trustedCAFile is not provided #119

Closed pureneelesh closed 1 year ago

pureneelesh commented 1 year ago

What this PR does / why we need it: caFile option has been removed in etcd 3.4. So, pass caFile as trustedCAFile to avoid breaking clients.

Which issue(s) this PR fixes (optional) PWX-31462

Special notes for your reviewer: no testing done yet

zoxpx commented 1 year ago

Sorry for the late feedback --