Skip to content

Commit ba0abfc

Browse files
authored
Update README.md to include note about SNI based auth
1 parent ba1234f commit ba0abfc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,13 @@ There are two ways to specify the role: use the built-in role or create a custom
345345
AZURE_CLIENT_CERTIFICATE=$(awk 'BEGIN {printf "\""} {sub(/\r/, ""); printf "%s\\n",$0;} END {printf "\""}' $AZURE_CLIENT_CERTIFICATE_PATH)
346346
AZURE_RESOURCE_GROUP=${AZURE_RESOURCE_GROUP}
347347
AZURE_CLOUD_NAME=AzurePublicCloud
348+
AZURE_CLIENT_SEND_CERTIFICATE_CHAIN=true
348349
EOF
349350
```
350351
351352
> Available values for `AZURE_CLOUD_NAME`: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`
353+
354+
> You must set `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN=true` for SNI based authentication
352355
353356
### Option 3: Use Azure AD Workload Identity
354357

0 commit comments

Comments
 (0)