mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-22 13:01:38 +02:00
Version API is only available over SideroLink connection. This is useful to find Talos version as it got booted (e.g. to generate proper machine configuration). There's a security concern that version API might return sensitive information via public API. At the same time Talos version can be guessed by looking at the output of other APIs, e.g. resource type list (`talosctl get rd`), which changes with every minor version. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>