Part of Protocol breadth in the Enterprise DNS Roadmap.
Add DNS-over-HTTPS (RFC 8484) for the authoritative query path.
Largest effort of the current observability/protocol items: requires an HTTP/2 layer and DNS wire-format handling over GET ?dns=<base64url> and POST application/dns-message. Should reuse the health (/healthz, /readyz) and metrics plumbing once those exist, so it is sequenced last.
Scope
Best done after #15 (Prometheus metrics) and the health endpoints so it has observability hooks from day one.
Part of Protocol breadth in the Enterprise DNS Roadmap.
Add DNS-over-HTTPS (RFC 8484) for the authoritative query path.
Largest effort of the current observability/protocol items: requires an HTTP/2 layer and DNS wire-format handling over
GET ?dns=<base64url>andPOST application/dns-message. Should reuse the health (/healthz,/readyz) and metrics plumbing once those exist, so it is sequenced last.Scope
application/dns-messagerequest/response handling (POST and GET?dns=)kdig +https,curl)Best done after #15 (Prometheus metrics) and the health endpoints so it has observability hooks from day one.