mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: domain: Store data for 'secret' object representing http cookies
The http cookies can have potentially sensitive values and thus should not be leaked into the command line. This means that we'll need to instantiate a 'secret' object in qemu to pass the value encrypted. This patch adds infrastructure for storing of the alias in the status XML. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -332,6 +332,7 @@
|
||||
<objects>
|
||||
<secret type='auth' alias='test-auth-alias'/>
|
||||
<secret type='encryption' alias='test-encryption-alias'/>
|
||||
<secret type='httpcookie' alias='http-cookie-alias'/>
|
||||
<TLSx509 alias='transport-alias'/>
|
||||
</objects>
|
||||
</privateData>
|
||||
|
||||
Reference in New Issue
Block a user