Andrey Smirnov a9109ebd00
feat: allow SideroLink unique token in machine config
Allow unique token to be specified in machine config, this way we can
workaround a problem with META being non-persistend/wiped.

Fixes #10570

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
2025-04-25 20:18:55 +04:00

820 B

description, title
description title
SideroLinkConfig is a SideroLink connection machine configuration document. SideroLinkConfig

{{< highlight yaml >}} apiVersion: v1alpha1 kind: SideroLinkConfig apiUrl: https://siderolink.api/jointoken?token=secret # SideroLink API URL to connect to. {{< /highlight >}}

Field Type Description Value(s)
apiUrl URL SideroLink API URL to connect to.
Show example(s){{< highlight yaml >}}
apiUrl: https://siderolink.api/?jointoken=secret
{{< /highlight >}}
uniqueToken string
SideroLink unique token to use for the connection (optional).
This value is overridden with META key UniqueMachineToken.