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.
Description
Currently, the
KYBER_MODULE_CHANNELenvironment 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:
Requirements
[ x ] Remove the
!Platform.isLinuxrestriction to allow Linux/Docker updates.[ x ] Introduce support for the
KYBER_TOKENenvironment variable to authenticate the gRPC service immediately, enabling the early update check to succeed.