Skip to content

Commit

Permalink
ci: use msi to authenticate with keyvault
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed May 7, 2024
1 parent d59c3e0 commit d93f5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/azure.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"cloud": "AzurePublicCloud",
"tenantId": "$AZURE_TENANT_ID",
"aadClientId": "$AZURE_CLIENT_ID",
"aadClientSecret": "$AZURE_CLIENT_SECRET"
"useManagedIdentityExtension": true,
"userAssignedIdentityID": "$USER_ASSIGNED_IDENTITY_ID"
}

0 comments on commit d93f5c8

Please sign in to comment.