Hi, great work thank you very much for this project!
I was just wondering if this controller would be compatible with the kube-lego project to automate SSL certificates?
@jwickens Open to the idea. A low priority for our usage at the moment.
Backlogging it for now. Would likely need a proposal of how it would work and community contribution to make it happen.
Open to contributions.
might I suggest supporting https://github.com/jetstack/cert-manager/ instead of kube-lego, since kube-lego is being deprecated.
also, is there any progress on this? I'd be interested in helping with this, if I can. not sure how it should be done though.
I'm currently using (or trying to use) cert-manager and aws-alb-ingress-controller. The missing piece seems to be automatically uploading the acme-provisioned TLS cert to AWS Cert Manager and then updating the ingress annotation alb.ingress.kubernetes.io/certificate-arn.
So the controller should watch the referenced secrets and automatically upload them when they change, and then update the ingress annotation.
I think the best way to do this is via something like Helm to add the annotation to your ingress that includes the certificate information from cert-manager.
Most helpful comment
@jwickens Open to the idea. A low priority for our usage at the moment.
Backlogging it for now. Would likely need a proposal of how it would work and community contribution to make it happen.
Open to contributions.