Skip to content

Commit

Permalink
Added new trusted AKV endpoints (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulvii committed Oct 14, 2020
1 parent a497714 commit 47b4182
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -692,6 +692,10 @@ private static List<String> getTrustedEndpoints() {
trustedEndpoints.add("vault.azure.cn");
trustedEndpoints.add("vault.usgovcloudapi.net");
trustedEndpoints.add("vault.microsoftazure.de");
trustedEndpoints.add("managedhsm.azure.net");
trustedEndpoints.add("managedhsm.azure.cn");
trustedEndpoints.add("managedhsm.usgovcloudapi.net");
trustedEndpoints.add("managedhsm.microsoftazure.de");
}
return trustedEndpoints;
}
Expand Down

0 comments on commit 47b4182

Please sign in to comment.