We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1234f commit ba0abfcCopy full SHA for ba0abfc
1 file changed
README.md
@@ -345,10 +345,13 @@ There are two ways to specify the role: use the built-in role or create a custom
345
AZURE_CLIENT_CERTIFICATE=$(awk 'BEGIN {printf "\""} {sub(/\r/, ""); printf "%s\\n",$0;} END {printf "\""}' $AZURE_CLIENT_CERTIFICATE_PATH)
346
AZURE_RESOURCE_GROUP=${AZURE_RESOURCE_GROUP}
347
AZURE_CLOUD_NAME=AzurePublicCloud
348
+ AZURE_CLIENT_SEND_CERTIFICATE_CHAIN=true
349
EOF
350
```
351
352
> Available values for `AZURE_CLOUD_NAME`: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`
353
+
354
+ > You must set `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN=true` for SNI based authentication
355
356
### Option 3: Use Azure AD Workload Identity
357
0 commit comments