-
Notifications
You must be signed in to change notification settings - Fork 775
Description
TL;DR: Stay focused/specialized. Make the spec compatible with OpenBSD type workflows, i.e using signify|minisign type tools and permit self trusted updates/upgrades of containers.
Adopt X25519/ED25519 alone and put in place the data for the emergency when you have to abandon that. Force tools like rkt to put in place mechanisms to deal with the emergency that comes once in 'the heat death of one universe' :)
Isolate transport-protocol/source-of-image issues from trust of image issues.
That is don't care how an image gets to me. Allow me to easily trust an image and once trusted, allow that image to contain the public keys that then permit auto-trusted updates/upgrades.
Background, these rkt issues:
rkt/rkt/issues/3753, rkt/rkt/issues/3757
I doubt I could say more than you get from reading these sources, [1], [2], [3]
[1]: http://www.openbsd.org/papers/bsdcan-signify.html
[2]: https://www.tedunangst.com/flak/post/signify
[3]: https://jedisct1.github.io/minisign/
Hope that helps?