Skip to content

Commit

Permalink
Update azure.md
Browse files Browse the repository at this point in the history
azure.json file for Workload Identity should also contain the tenantId, otherwise it failes to pass the credentials to the external-dns pod
  • Loading branch information
sesoldi authored Oct 31, 2023
1 parent d8f408b commit bed99a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ secretConfiguration:
data:
azure.json: |
{
"tenantId": "01234abc-de56-ff78-abc1-234567890def",
"subscriptionId": "<SUBSCRIPTION_ID>",
"resourceGroup": "<AZURE_DNS_ZONE_RESOURCE_GROUP>",
"useWorkloadIdentityExtension": true
Expand Down

0 comments on commit bed99a9

Please sign in to comment.