File: 1900191-netapp-fix-ssl-cert-path-option-35354c9b7a9c37e6.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (20 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
upgrade:
  - Added a new config option `netapp_ssl_cert_path` for NetApp driver.
    This option enables the user to choose the directory with certificates of
    trusted CA or the CA bundle. If set to a directory, it must have been
    processed using the c_rehash utility supplied with OpenSSL. If not
    informed, it will use the Mozilla's carefully curated collection of Root
    Certificates for validating the trustworthiness of SSL certificates.
fixes:
  - |
    Fixed an issue on ONTAP NetApp driver that was forcing the location of
    CA certificates for SSL verification during HTTPS requests. It adds the
    `netapp_ssl_cert_path` configuration, enabling the user to choose the
    directory with certificates of trusted CA or the CA bundle. If set to a
    directory, it must have been processed using the c_rehash utility supplied
    with OpenSSL. If not informed, it will use the Mozilla's carefully curated
    collection of Root Certificates for validating the trustworthiness of SSL
    certificates. Please refer to the
    `Launchpad bug #1900191 <https://bugs.launchpad.net/manila/+bug/1900191>`_
    for more details.