fiaas-deploy-daemon
fiaas-deploy-daemon copied to clipboard
Add a parameter to limit the number of subdomains when TLS is enabled
Recently our ACME provider add a limit for the number of subdomains a certificate can have.
Keeping in mind that this is a typical thing in the ACME providers, can we include a parameter to actually limit the number of subdomains a TLS Ingress can have in the host? Something like --limit-of-subdomains-per-tls=N
and prevent the IngressDeployer to fail-fast without modifying the actual Ingresses.
WDYT? Did it make sense guys? @fiaas/maintainers