Skip to content

Commit ce3a437

Browse files
authored
Add new trusted AKV URLs for FR and DE (#2708)
* Add new trusted AKV URLs for FR and DE * Update SQLServerColumnEncryptionAzureKeyVaultProvider.java
1 parent a7fe77a commit ce3a437

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerColumnEncryptionAzureKeyVaultProvider.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,10 +1000,14 @@ private static List<String> getTrustedEndpoints() {
10001000
trustedEndpoints.add("vault.azure.cn");
10011001
trustedEndpoints.add("vault.usgovcloudapi.net");
10021002
trustedEndpoints.add("vault.microsoftazure.de");
1003+
trustedEndpoints.add("vault.sovcloud-api.fr"); // France (Blue)
1004+
trustedEndpoints.add("vault.sovcloud-api.de"); // Germany (Delos)
10031005
trustedEndpoints.add("managedhsm.azure.net");
10041006
trustedEndpoints.add("managedhsm.azure.cn");
10051007
trustedEndpoints.add("managedhsm.usgovcloudapi.net");
10061008
trustedEndpoints.add("managedhsm.microsoftazure.de");
1009+
trustedEndpoints.add("managedhsm.sovcloud-api.fr");
1010+
trustedEndpoints.add("managedhsm.sovcloud-api.de");
10071011
}
10081012
return trustedEndpoints;
10091013
}

0 commit comments

Comments
 (0)