Browse Source
feat: add TLS configuration options for Cassandra2 store (#7998)
feat: add TLS configuration options for Cassandra2 store (#7998)
* feat: add TLS configuration options for Cassandra2 store Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com> * fix: use 9142 port in tls connection Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com> * Align the setting field names with gocql's SSLOpts. Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com> * Removed: store.cluster.Port = 9142 * chore: update gocql dependency to v2 * refactor: improve Cassandra TLS configuration and port logic * docs: update filer.toml scaffold with ssl_enable_host_verification --------- Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com> Co-authored-by: Chris Lu <chris.lu@gmail.com>pull/8022/merge
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 68 additions and 15 deletions
-
3go.mod
-
12go.sum
-
8weed/command/scaffold/filer.toml
-
2weed/filer/cassandra/cassandra_store.go
-
2weed/filer/cassandra/cassandra_store_kv.go
-
54weed/filer/cassandra2/cassandra_store.go
-
2weed/filer/cassandra2/cassandra_store_kv.go
Write
Preview
Loading…
Cancel
Save
Reference in new issue