fiaas-deploy-daemon icon indicating copy to clipboard operation
fiaas-deploy-daemon copied to clipboard

Add a parameter to limit the number of subdomains when TLS is enabled

Open herodes1991 opened this issue 10 months ago • 1 comments

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

herodes1991 avatar Apr 11 '24 13:04 herodes1991