talos/internal/pkg/encryption
Philipp Sauter 2deff6b6e1
feat: add support for variable substitution in talos.config kernel parameter
The URL to fetch the configuration for a talos node is given by the
talos.config kernel parameter. We add support for 4 variables ${uuid},
${serial}, ${mac} and ${hostname} which substitute the device UUID,
DMI-sourced serial number, MAC address of the first network interface to
be up and the hostname respectively.

Fixes #3272

Signed-off-by: Philipp Sauter <philipp.sauter@siderolabs.com>
2022-06-24 12:38:08 +02:00
..
keys feat: add support for variable substitution in talos.config kernel parameter 2022-06-24 12:38:08 +02:00
encryption_test.go feat: implement ephemeral partition encryption 2021-02-17 13:39:04 -08:00
encryption.go feat: expose more encryption options to the machine config 2021-07-27 11:19:26 -07:00