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
668 stars 415 forks source link

fix: get secret from cluster if not present in cache #1571

Closed akshaysngupta closed 8 months ago

akshaysngupta commented 10 months ago

Checklist

Description

This PR attempts to fix condition where a certificate referenced by Ingress is not present in the local certificate cache by fetching the certificate from API server. Right now, AGIC fails and creates a listener without HTTPS.

Fixes

1568

1570