acme-dns icon indicating copy to clipboard operation
acme-dns copied to clipboard

kubernetes automatic registration and API to delete registrations

Open bitsofinfo opened this issue 2 years ago • 4 comments

Hi, Thanks a TON for this project, it's helping to solve exactly what I need to do! it's awesome.

One feature that would be great is the ability to cleanup/delete registrations that are no longer relevant.

I'm currently in the middle of working on a project that automates much of the manual registration steps one needs to do when using this alongside cert-manager in kubernetes as described here https://cert-manager.io/docs/configuration/acme/dns01/acme-dns/

The project is: https://github.com/bitsofinfo/kubernetes-acme-dns-registrar

This basically watches k8s Ingress objects and automatically handles the acme-dns /register call, updates the acme-dns.json secret, and creates the CNAME records in DNS. Given it also captures k8s DELETE events... would be nice if I could "unregister" prior registrations in acme-dns.

thanks again for this project!!

bitsofinfo avatar May 13 '22 22:05 bitsofinfo

See #209

Ajedi32 avatar May 16 '22 16:05 Ajedi32

@Ajedi32 awesome.. but thats been sitting there forever, when will it be cut into a release?

bitsofinfo avatar May 17 '22 15:05 bitsofinfo

@bitsofinfo too bad you didn't see #277 because I made the same project as you did :cry:

Exagone313 avatar Jun 23 '22 14:06 Exagone313

hi @Exagone313, yes I saw that project as well but my requirements/needs were a bit different and more expansive.

bitsofinfo avatar Jun 23 '22 14:06 bitsofinfo