Azure / application-gateway-kubernetes-ingress

This is an ingress controller that can be run on Azure Kubernetes Service (AKS) to allow an Azure Application Gateway to act as the ingress for an AKS cluster.
https://azure.github.io/application-gateway-kubernetes-ingress
MIT License
677 stars 420 forks source link

e2e: Use workload identity and adjust rewrite rule fix #1505

Closed akshaysngupta closed 1 year ago

akshaysngupta commented 1 year ago

Checklist

Description

Fixes

This PR modifies the E2E test to:

  1. Use workload identity when installing AGIC helm chart. E2E cluster is already supports workload identity.
  2. Modifes the rewrite test to hit /get path. This tests a bug in the rewrite feature where a URL rewrite was created by mistake and caused 404.