svendberg commented on issue #781:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/781#issuecomment-994468204


   This issue makes it impossible to use Cert Manager with ingress controller. 
The process is described here, but only works for shorter dnsNames: 
https://apisix.apache.org/docs/ingress-controller/practices/manage-certificates-with-cert-manager/
   
   Apisix-ingress-controller translates Ingress/v1 to “ingress_apisix” + host + 
path as name, and in scenarios where the sum is over 100 characters, the route 
registration fails. When using cert-manager, the problem occurs with ACME 
challenges. The pathname for the challenge is typically very long, and 
depending on the host length, the route registration fails.
   
   At least it will fail when using HTTP01 challenge, DNS01 will probably work. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to