Skip to content

feat: Support KYBER_MODULE_CHANNEL automated module updates with (Linux/Docker) kyber_cli #27

@Geeknasty

Description

@Geeknasty

Description

Currently, the KYBER_MODULE_CHANNEL environment variable is restricted on Linux due to a platform check. Additionally, automated environments (like Docker) cannot use this feature because they lack an interactive login session at startup.

Removing only the Linux platform check without solving gRPC service missing token results in the error:

gRPC Error (code: 16, codeName: UNAUTHENTICATED, message: Invalid token

Requirements

  • [ x ] Remove the !Platform.isLinux restriction to allow Linux/Docker updates.

  • [ x ] Introduce support for the KYBER_TOKEN environment variable to authenticate the gRPC service immediately, enabling the early update check to succeed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions