Replies: 2 comments 3 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.
-
|
I'd like to chime in here if there's a proposal for a well-known URL for cue at all, that it would be nice to have a webfinger-style discovery endpoint for module path to registry mapping (which CUE Lab's central registry could extend with permission information if so desired). I actually implemented such a thing as a proof-of-concept myself a couple weeks ago with a custom modconfig.Registry implementation that took a base32 encoded module URI, then queried |
Beta Was this translation helpful? Give feedback.
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