From ba0abfcbe4a5f4eab1c68f1c0142a069b81f87ba Mon Sep 17 00:00:00 2001 From: alexxue1 <132951676+alexxue1@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:37:39 -0700 Subject: [PATCH] Update README.md to include note about SNI based auth --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a81bcdd..15f251f 100644 --- a/README.md +++ b/README.md @@ -345,10 +345,13 @@ There are two ways to specify the role: use the built-in role or create a custom AZURE_CLIENT_CERTIFICATE=$(awk 'BEGIN {printf "\""} {sub(/\r/, ""); printf "%s\\n",$0;} END {printf "\""}' $AZURE_CLIENT_CERTIFICATE_PATH) AZURE_RESOURCE_GROUP=${AZURE_RESOURCE_GROUP} AZURE_CLOUD_NAME=AzurePublicCloud + AZURE_CLIENT_SEND_CERTIFICATE_CHAIN=true EOF ``` > Available values for `AZURE_CLOUD_NAME`: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud` + + > You must set `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN=true` for SNI based authentication ### Option 3: Use Azure AD Workload Identity