Re: [libvirt] [PATCH v2 12/12] qemu: Utilize qemu secret objects for SCSI/RBD auth/secret

2016-05-02 Thread John Ferlan
On 05/02/2016 09:47 AM, Ján Tomko wrote: > On Sat, Apr 16, 2016 at 10:17:45AM -0400, John Ferlan wrote: >> +/* qemuDomainSecretInfoGetAlias: >> + * @secinfo: pointer to the secret info object >> + * @qemuCaps: pointer to the emulator capabilities >> + * >> + * If the emulator supports it, secinfo

Re: [libvirt] [PATCH v2 12/12] qemu: Utilize qemu secret objects for SCSI/RBD auth/secret

2016-05-02 Thread Ján Tomko
On Sat, Apr 16, 2016 at 10:17:45AM -0400, John Ferlan wrote: > +/* qemuDomainSecretInfoGetAlias: > + * @secinfo: pointer to the secret info object > + * @qemuCaps: pointer to the emulator capabilities > + * > + * If the emulator supports it, secinfo is available and associated with > + * an IV secr

[libvirt] [PATCH v2 12/12] qemu: Utilize qemu secret objects for SCSI/RBD auth/secret

2016-04-16 Thread John Ferlan
https://bugzilla.redhat.com/show_bug.cgi?id=1182074 If they're available and we need to pass secrets to qemu, then use the qemu domain secret object in order to pass the secrets for iSCSI and RBD volumes instead of passing plaintext or base64 encoded secrets on the command line. New APIs: qemu