[libvirt] [PATCH v5 5/9] conf: Add new secret type "tls"

Daniel P. Berrange berrange at redhat.com
Fri Aug 5 08:24:41 UTC 2016


On Thu, Aug 04, 2016 at 11:21:23AM -0400, John Ferlan wrote:
> Add a new secret usage type known as "tls" - it will handle adding the
> secret objects for various TLS objects that need to provide some sort
> of passphrase in order to access the credentials.
> 
> The format is:
> 
>    <secret ...>
>      <uuid>...</uuid>
>      ...
>      <usage type='tls'>
>        <name>mumblyfratz</name>
>      </usage>
> </secret>
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  docs/aclpolkit.html.in              |  4 +++
>  docs/formatsecret.html.in           | 59 +++++++++++++++++++++++++++++++++++--
>  docs/schemas/secret.rng             | 10 +++++++
>  include/libvirt/libvirt-secret.h    |  1 +
>  src/access/viraccessdriverpolkit.c  | 13 ++++++++
>  src/conf/secret_conf.c              | 23 ++++++++++++++-
>  src/conf/secret_conf.h              |  1 +
>  src/conf/virsecretobj.c             |  5 ++++
>  tests/secretxml2xmlin/usage-tls.xml |  7 +++++
>  tests/secretxml2xmltest.c           |  1 +
>  10 files changed, 121 insertions(+), 3 deletions(-)
>  create mode 100644 tests/secretxml2xmlin/usage-tls.xml

ACK


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list