[Qemu-devel] [PATCH] block: curl: Allow passing cookies via QCryptoSecret

2017-05-04 Thread Peter Krempa
Since cookies can contain sensitive data (session ID, etc ...) it is desired to hide them from the prying eyes of users. Add a possibility to pass them via the secret infrastructure. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1447413 Signed-off-by: Peter Krempa --- block/curl.c

Re: [Qemu-devel] [PATCH] block: curl: Allow passing cookies via QCryptoSecret

2017-05-04 Thread Eric Blake
On 05/04/2017 09:00 AM, Peter Krempa wrote: > Since cookies can contain sensitive data (session ID, etc ...) it is > desired to hide them from the prying eyes of users. Add a possibility to > pass them via the secret infrastructure. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1447413

Re: [Qemu-devel] [PATCH] block: curl: Allow passing cookies via QCryptoSecret

2017-05-04 Thread Daniel P. Berrange
On Thu, May 04, 2017 at 04:00:06PM +0200, Peter Krempa wrote: > Since cookies can contain sensitive data (session ID, etc ...) it is > desired to hide them from the prying eyes of users. Add a possibility to > pass them via the secret infrastructure. > > Resolves: https://bugzilla.redhat.com/show_