advancedtelematic / ota-community-edition

End-to-end Over The Air updates
Mozilla Public License 2.0
54 stars 23 forks source link

[RFC] keyserver: Add logic for 0.4 built-in encryption #87

Closed doanac closed 4 years ago

doanac commented 6 years ago

I would classify this as an RFC. After trying to spin up a new deployment I hit some of the usual difficulties with using the vault. This is my approach to optionally enable ota-tuf's built-in encryption. It can be enabled by creating a config/local.yaml:

tuf_keyserver_daemon_docker_image: advancedtelematic/tuf-keyserver:0.4.0-46-g0298f0a
tuf_keyserver_docker_image: advancedtelematic/tuf-keyserver:0.4.0-46-g0298f0a
tuf_reposerver_docker_image: advancedtelematic/tuf-reposerver:0.4.0-46-g0298f0a
simao commented 4 years ago

Thanks for your PR. merged in #101