feat(external-dns): auto-create Cloudflare DNS from Ingresses #49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/external-dns-cloudflare"
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?
Decouples adding a public site from the rotating CLOUDFLARE_TUNNEL_API_TOKEN. external-dns creates per-host CNAMEs using only a DNS-scoped token (reuses cert-managers valid sops token). upsert-only + txt-owner so it never touches Terraform-managed roots. Phase A of the resilient-exposure plan.