mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 15:15:25 +00:00
c84380106f
Add a new secret type known as "passphrase" - it will handle adding the secret objects that need a passphrase without a specific username. The format is: <secret ...> <uuid>...</uuid> ... <usage type='passphrase'> <name>mumblyfratz</name> </usage> </secret> Signed-off-by: John Ferlan <jferlan@redhat.com>
8 lines
221 B
XML
8 lines
221 B
XML
<secret ephemeral='no' private='no'>
|
|
<uuid>f52a81b2-424e-490c-823d-6bd4235bc572</uuid>
|
|
<description>Sample Passphrase Secret</description>
|
|
<usage type='passphrase'>
|
|
<name>mumblyfratz</name>
|
|
</usage>
|
|
</secret>
|