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:
Jason O'Donnell 2021-06-10 19:06:40 -04:00 committed by GitHub
parent 38ad0a4ac9
commit 36cc4d8e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

3
changelog/11820.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
db/cassandra: Added tls_server_name to specify server name for TLS validation
```

View File

@ -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.