Replies: 1 comment 2 replies
-
I mentioned this in person at KubeCon but I want to reiterate: I would recommend against supporting DNS. Doing it via HTTPS provides cryptographic integrity. DNS only provides it if using DNSSEC which is not widely deployed. If I do not have DNSSEC on my domain, somebody else could spoof my DNS zone and provide a TXT record to their code, even if I do not want to use DNS for this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This proposal tracks adding support for custom ("vanity") domains to the Central Registry.
The initial design document is at https://github.com/cue-lang/proposal/blob/main/designs/3954-vanity-domains.md
Note: the initial design is already implemented and deployed as an experiment.
This discussion should be used for feedback on both the current implementation and for any ideas about its future.
Beta Was this translation helpful? Give feedback.
All reactions