Feature request: Disable authentication for specific locations #2214
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Is this a request for help? : no
What keywords did you search in NGINX Ingress controller issues before filing this one? : cert-manager auth authentification basic
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
NGINX Ingress controller version: v0.11.0
Kubernetes version (use
kubectl version
): v1.8.6What happened:
cert-manager
fails to get certificates on ingress protected with authentication (e.g. basic auth)What you expected to happen:
cert-manager
should be able to provision certificates for any ingressHow to reproduce it (as minimally and precisely as possible):
You need
cert-manager
deployed with the ingress-shim and an ingress with those annotations:Anything else we need to know:
nginx-ingress
could bypass the auth check (if nginx conf allows it) for a given list of locations. (and probably default to/.well-known/acme-challenge
)In the same way that #2203 fixes problems with tls upgrades.
The text was updated successfully, but these errors were encountered: