Support decryption of externally managed partitions #11030
michaelbeaumont
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a LUKS-formatted partition, whose lifecycle Talos should not be responsible for, on one of my nodes that I basically just want Talos to run
cryptsetup luksOpen
on, using its existing KMS/passphrase/tpm support, so that I can use the resulting device mapper device. It should never provision this partition. It should never wipe this partition. It should just unlock it if it exists.Background:
In #8367 I see:
and
which would seem to be covered by this feature.
There's #10469 but it's not clear to me whether that includes partitions that Talos doesn't manage or if it's even covered by the existing UserVolumeConfig support
Beta Was this translation helpful? Give feedback.
All reactions