Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@MichaelS11 MichaelS11 released this 16 Sep 21:37
· 1 commit to master since this release
22a9d51
add support for ssl options (#2)

* add support for ssl options

* use strconv.ParseBool

* set clusterConfig.SslOpts in each case instead

* expand on tests

* fix extraneous TrimSpace and missing QueryUnescape on value

* reorg tests for TestConfigStringToClusterConfig

* only QueryUnescape username, password, certPath, keyPath, and caPath

* add SslOptions to ClusterConfigToConfigString

* fix missing QueryEscape on username and password