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.