Re: [pve-devel] [RFC PATCH 2/2] config: add systemd credentials support

2025-04-04 Thread Maximiliano Sandoval
Fabian Grünbichler writes: > On September 24, 2024 4:35 pm, Maximiliano Sandoval wrote: >> Allows to pass systemd credentials to a VM. See [1] for a description of >> systemd credentials. This can be potentially used to provision a VM as >> per [2]. Values can be passed either as plain text (whi

Re: [pve-devel] [RFC PATCH 2/2] config: add systemd credentials support

2024-10-22 Thread Fabian Grünbichler
On September 24, 2024 4:35 pm, Maximiliano Sandoval wrote: > Allows to pass systemd credentials to a VM. See [1] for a description of > systemd credentials. This can be potentially used to provision a VM as > per [2]. Values can be passed either as plain text (which might be > base64 encrypted) or

[pve-devel] [RFC PATCH 2/2] config: add systemd credentials support

2024-09-24 Thread Maximiliano Sandoval
Allows to pass systemd credentials to a VM. See [1] for a description of systemd credentials. This can be potentially used to provision a VM as per [2]. Values can be passed either as plain text (which might be base64 encrypted) or by reading the contents of a snippet. A VM configuration file whic