db/cassandra: Adding changelog and documentation (#11822)
* db/cassandra: add tls_server_name * Remove changes from deprecated engine * Add changelog and doc
This commit is contained in:
parent
38ad0a4ac9
commit
36cc4d8e87
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
db/cassandra: Added tls_server_name to specify server name for TLS validation
|
||||
```
|
|
@ -42,6 +42,9 @@ has a number of parameters to further configure a connection.
|
|||
- `insecure_tls` `(bool: false)` – Specifies whether to skip verification of the
|
||||
server certificate when using TLS.
|
||||
|
||||
- `tls_server_name` `(string: "")` – Specifies the name to use as the SNI host when
|
||||
connecting to the Cassandra server via TLS.
|
||||
|
||||
- `pem_bundle` `(string: "")` – Specifies concatenated PEM blocks containing a
|
||||
certificate and private key; a certificate, private key, and issuing CA
|
||||
certificate; or just a CA certificate.
|
||||
|
|
Loading…
Reference in New Issue