Skip to content

Commit fd27396

Browse files
authored
Merge pull request #18403 from v-ancha/AKV_Endpoints_Update_List
Akv endpoints update list
2 parents 789ff42 + cb5ebf1 commit fd27396

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/odbc/using-always-encrypted-with-the-odbc-driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Using Always Encrypted with the ODBC Driver"
33
description: "Learn how to develop ODBC applications using Always Encrypted and the Microsoft ODBC Driver for SQL Server."
44
ms.custom: ""
5-
ms.date: 01/15/2021
5+
ms.date: 01/29/2021
66
ms.prod: sql
77
ms.technology: connectivity
88
ms.topic: conceptual
@@ -461,7 +461,7 @@ DRIVER=ODBC Driver 17 for SQL Server;SERVER=myServer;Trusted_Connection=Yes;DATA
461461
No other ODBC application changes are required to use AKV for CMK storage.
462462

463463
> [!NOTE]
464-
> The driver contains a list of AKV endpoints which it trusts. Starting with driver version 17.5.2, this list is configurable: set the `AKVTrustedEndpoints` property in the driver or DSN's ODBCINST.INI or ODBC.INI registry key (Windows) or `odbcinst.ini` or `odbc.ini` file section (Linux/macOS) to a semicolon-delimited list. Setting it in the DSN takes precedence over a setting in the driver. If the value begins with a semicolon, it extends the default list; otherwise, it replaces the default list. The default list (as of 17.5) is `vault.azure.net;vault.azure.cn;vault.usgovcloudapi.net;vault.microsoftazure.de`.
464+
> The driver contains a list of AKV endpoints which it trusts. Starting with driver version 17.5.2, this list is configurable: set the `AKVTrustedEndpoints` property in the driver or DSN's ODBCINST.INI or ODBC.INI registry key (Windows) or `odbcinst.ini` or `odbc.ini` file section (Linux/macOS) to a semicolon-delimited list. Setting it in the DSN takes precedence over a setting in the driver. If the value begins with a semicolon, it extends the default list; otherwise, it replaces the default list. The default list (as of 17.5) is `vault.azure.net;vault.azure.cn;vault.usgovcloudapi.net;vault.microsoftazure.de`. Starting with 17.7, the list also includes `managedhsm.azure.net;managedhsm.azure.cn;managedhsm.usgovcloudapi.net;managedhsm.microsoftazure.de`.
465465
466466

467467
### Using the Windows Certificate Store Provider

0 commit comments

Comments
 (0)