Skip to content

[updater] Config fields required even if set at runtime #2438

Open
@bicarlsen

Description

@bicarlsen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions