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

Bug 1794313: Some cluster operators fail to come up because RHV CA is not trusted by a pod #3261

Merged
merged 1 commit into from Mar 10, 2020

Commits on Mar 9, 2020

  1. ovirt: Ask for the CA pem content ovirt API

    Some components of the cluster are interacting with oVirt API but don't
    have way to verify it's certificate.
    
    To support that the installer will ask for the CA bundle, and it
    will be kept inside ovirt-credentials secret.
    
    Once in ovirt-credentials secret it should be mounted into a container's
    /etc/ssl/certs path. This way every https client will have the CA cert in
    the trusted pool.
    
    Signed-off-by: Roy Golan <rgolan@redhat.com>
    rgolangh committed Mar 9, 2020
    Copy the full SHA
    31f4aa8 View commit details
    Browse the repository at this point in the history