From 5ce1390a2b2c6bb18c7913b0bf7178ca30bddca7 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:06:40 -0400 Subject: [PATCH] db/cassandra: Adding changelog and documentation (#11822) * db/cassandra: add tls_server_name * Remove changes from deprecated engine * Add changelog and doc --- changelog/11820.txt | 3 +++ website/content/api-docs/secret/databases/cassandra.mdx | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 changelog/11820.txt diff --git a/changelog/11820.txt b/changelog/11820.txt new file mode 100644 index 0000000000000..a0d2c0e82d9e7 --- /dev/null +++ b/changelog/11820.txt @@ -0,0 +1,3 @@ +```release-note:improvement +db/cassandra: Added tls_server_name to specify server name for TLS validation +``` \ No newline at end of file diff --git a/website/content/api-docs/secret/databases/cassandra.mdx b/website/content/api-docs/secret/databases/cassandra.mdx index 9e074fa93ced6..8754be6ec726a 100644 --- a/website/content/api-docs/secret/databases/cassandra.mdx +++ b/website/content/api-docs/secret/databases/cassandra.mdx @@ -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.