Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use TLS authentication for cluster-api libvirt connection #296

Closed
wants to merge 5 commits into from
Closed

Use TLS authentication for cluster-api libvirt connection #296

wants to merge 5 commits into from

Commits on Sep 27, 2018

  1. hack: Add libvirt-ca script

    Adds a script to help with one-time generation of TLS asserts for
    libvirt.
    bison committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    6efb823 View commit details
    Browse the repository at this point in the history
  2. steps/assets: Render libvirt-certs secret

    Renders a secret containing pre-generated libvirt TLS credentials to
    be used by the cluster-api components.
    bison committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    7dba3b1 View commit details
    Browse the repository at this point in the history
  3. installer/config-generator: Generate libvirt URI from network

    Generates the libvirt URI used by the cluster-api based on the cluster
    network.  This lets the installer talk to libvirt over the local
    socket, while the cluster-api uses a TLS connection.
    bison committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    ae7a5de View commit details
    Browse the repository at this point in the history
  4. modules/bootkube: Bump machine-api-operator image

    Bumps the machine-api-operator image to include support for mounting
    the libvirt credentials secret.
    bison committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    15194a3 View commit details
    Browse the repository at this point in the history
  5. Documentation: Update libvirt-howto to include TLS auth

    Updates the documentation for the libvirt development setup to include
    TLS authentication between the cluster-api and the host libvirtd.
    bison committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    f8316ad View commit details
    Browse the repository at this point in the history