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 1839226: Implement self-signed certificates support for the driver and the operator #30

Merged
merged 2 commits into from
Jun 4, 2020

Commits on Jun 3, 2020

  1. Allow using user provided cert for Manila connection

    In the case where OpenStack in deployed with self-signed certificates,
    we need to initiate the connection to Manila using a custom CA
    certificate.
    
    Let's look for the `ca-bundle.pem` entry in the
    `openshift-config/cloud-provider-config` config map and initiate the
    connection using a custom HTTP transport if a cert is provided.
    Fedosin committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    33df5ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08ceab8 View commit details
    Browse the repository at this point in the history