Skip to content

Commit

Permalink
disable tenant id
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 26, 2024
1 parent 12605ab commit 7c00378
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,13 @@ jobs:
subscription-id: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }}
- name: Run tests
env:
# Required to make Terraform work.
# Terraform auth.
# https://registry.terraform.io/providers/hashicorp/azurerm/3.117.0/docs/guides/aks_workload_identity#configuring-with-environment-variables
ARM_USE_AKS_WORKLOAD_IDENTITY: true
ARM_USE_CLI: false
ARM_SUBSCRIPTION_ID: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }}
ARM_CLIENT_ID: ${{ secrets.E2E_AZURE_CLIENT_ID }}
ARM_TENANT_ID: ${{ secrets.E2E_AZURE_TENANT_ID }}
# ARM_TENANT_ID: ${{ secrets.E2E_AZURE_TENANT_ID }}
# Venom variables.
VENOM_VAR_provider: azure
VENOM_VAR_region: polandcentral
Expand Down

0 comments on commit 7c00378

Please sign in to comment.