mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #305] kubernetes automatic registration and API to delete registrations #162
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bitsofinfo on GitHub (May 13, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/305
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
/registercall, updates theacme-dns.jsonsecret, 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!!
@Ajedi32 commented on GitHub (May 16, 2022):
See #209
@bitsofinfo commented on GitHub (May 17, 2022):
@Ajedi32 awesome.. but thats been sitting there forever, when will it be cut into a release?
@Exagone313 commented on GitHub (Jun 23, 2022):
@bitsofinfo too bad you didn't see #277 because I made the same project as you did 😢
@bitsofinfo commented on GitHub (Jun 23, 2022):
hi @Exagone313, yes I saw that project as well but my requirements/needs were a bit different and more expansive.