|
|
|
|
|
by insanitybit
5 days ago
|
|
My current thinking is that if there's Trusted Publishing then you can embed something from the OIDC claim into the namespace, like a github username, or whatever the subject would be. So that would give you `github.username` or, for some other OIDC provider, `<provider-name>.<claim>`. DNS feels like it's asking a lot of maintainers idk, I'm very hesitant to do that one. The rust proposal feels somewhat clean at least due to module names mapping cleanly, I think I kinda like that so far. |
|