Skip to content

Commit c853efc

Browse files
Merge pull request #312632 from Lucky-Wang16/0305-Redshift_v2_sslmode
[New feature] Update Redshift V2 support sslmode
2 parents 67e00d3 + 43f08f7 commit c853efc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

articles/data-factory/connector-amazon-redshift.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jianleishen
66
author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
9-
ms.date: 01/15/2026
9+
ms.date: 03/05/2026
1010
ms.custom:
1111
- synapse
1212
- sfi-image-nochange
@@ -96,6 +96,7 @@ The following properties are supported for Amazon Redshift linked service:
9696
| database |Name of the Amazon Redshift database. |Yes |
9797
| username |Name of user who has access to the database. |Yes |
9898
| password |Password for the user account. Mark this field as a SecureString to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). |Yes |
99+
| sslmode | The SSL certificate verification mode to use when connecting to Amazon Redshift. This property is only supported in version 2.0. <br/>- **Verify_full**: Connect only using SSL, a trusted certificate authority, and a server name that matches the certificate.<br/>- **Verify_ca**: Connect only using SSL and a trusted certificate authority.<br/>- **Required**: Connect only using SSL.<br/>- **Preferred**: Connect using SSL if available. Otherwise, connect without using SSL.<br/>- **Allowed**: By default, connect without using SSL. If the server requires SSL connections, then use SSL.<br/>- **Disabled**: Connect without using SSL. <br/>Options: `verify-full` (**Default**) / `verify-ca` / `require` / `prefer` / `allow` / `disable` | No, default is `verify-full` |
99100
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use Azure Integration Runtime or Self-hosted Integration Runtime (if your data store is located in private network). If not specified, it uses the default Azure Integration Runtime. |No |
100101

101102
> [!Note]
@@ -306,7 +307,7 @@ The following table shows the release stage and change logs for different versio
306307
| Version | Release stage | Change log |
307308
| :----------- | :------- | :------- |
308309
| Version 1.0 | End of support announced | / |
309-
| Version 2.0 | GA version available | • Supports Azure Integration Runtime and Self-hosted Integration Runtime version 5.61 or above. Driver installation is no longer needed with Self-hosted Integration Runtime version 5.61 or above. <br><br>• BOOLEAN is read as Boolean data type. |
310+
| Version 2.0 | GA version available | • Supports Azure Integration Runtime and Self-hosted Integration Runtime version 5.61 or above. Driver installation is no longer needed with Self-hosted Integration Runtime version 5.61 or above. <br><br>• BOOLEAN is read as Boolean data type. <br><br>• Support `sslmode` in the linked service. |
310311

311312
### <a name="upgrade-the-amazon-redshift-connector"></a> Upgrade the Amazon Redshift connector from version 1.0 to version 2.0
312313

5.1 KB
Loading

0 commit comments

Comments
 (0)