zalando-incubator / kube-ingress-aws-controller

Configures AWS Load Balancers according to Kubernetes Ingress resources
MIT License
375 stars 83 forks source link

cli args to set default cert domain #651

Closed szuecs closed 10 months ago

szuecs commented 10 months ago

Maybe it makes sense to be able to specify the default cert domain, such that default cert does not change the list of SAN to the clients. If we pass it via flags then if not set we can have the same behavior as of today (sort by ARN -> sort by cert UUID). If set we try to achieve it or we fail the change.

szuecs commented 10 months ago

@AlexanderYastrebov please check and think about it.

szuecs commented 10 months ago

abandoned because https://github.com/zalando-incubator/kube-ingress-aws-controller/issues/652 will fix the problem of deploying new certificates as "explicit" task.