Open
Description
For updater
it is possible to set all the required config fields at runtime: endpoints, public key. However, it is still required that the { "plugins": { "updater": { "pubkey" } } }
field exists in the conf file.
You can get around this by setting the field to any value (e.g. { "plugins": { "updater": { "pubkey": "<SET AT RUNTIME>" } } }
), but it seems this should be unnecessary.