Skip to content

Commit

Permalink
db/cassandra: Adding changelog and documentation (hashicorp#11822)
Browse files Browse the repository at this point in the history
* db/cassandra: add tls_server_name

* Remove changes from deprecated engine

* Add changelog and doc
  • Loading branch information
jasonodonnell authored and jartek committed Sep 11, 2021
1 parent 91fb9c8 commit 5ce1390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/11820.txt
@@ -0,0 +1,3 @@
```release-note:improvement
db/cassandra: Added tls_server_name to specify server name for TLS validation
```
3 changes: 3 additions & 0 deletions website/content/api-docs/secret/databases/cassandra.mdx
Expand Up @@ -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.
Expand Down

0 comments on commit 5ce1390

Please sign in to comment.