Skip to content

[NetApp]:Cinder support for self-signed transport#149

Open
priteau wants to merge 1 commit into
stackhpc/2024.1from
netapp-self-signed-caracal
Open

[NetApp]:Cinder support for self-signed transport#149
priteau wants to merge 1 commit into
stackhpc/2024.1from
netapp-self-signed-caracal

Conversation

@priteau

@priteau priteau commented Jun 29, 2026

Copy link
Copy Markdown
Member

The NetApp ONTAP driver now supports HTTPS transport for management communication with certificates.
ONTAP systems use self-signed certificates by default for HTTPS management access.

This patch enables two modes of HTTPS communication:

  • When ssl_cert_path is configured: certificate validation
  • When ssl_cert_path is not provided: Unverified SSL context (encrypted transport but skips certificate validation)

This allows secure communication while maintaining ease of configuration with ONTAP's default self-signed certificates.

Implements: blueprint netapp-self-signed-https
Change-Id: Ia486448b85feba636effef609d79ef8e57a6d39a

(cherry picked from commit d3d91d9)

@priteau priteau self-assigned this Jun 29, 2026
@priteau priteau requested a review from a team as a code owner June 29, 2026 09:50
@priteau priteau requested a review from chouroukblizzard June 29, 2026 09:50
The NetApp ONTAP driver now supports HTTPS transport
for management communication with certificates.
ONTAP systems use self-signed certificates by default
for HTTPS management access.

This patch enables two modes of HTTPS communication:
- When ssl_cert_path is configured: certificate validation
- When ssl_cert_path is not provided: Unverified SSL context
  (encrypted transport but skips certificate validation)

This allows secure communication while maintaining ease of
configuration with ONTAP's default self-signed certificates.

Implements: blueprint netapp-self-signed-https
Change-Id: Ia486448b85feba636effef609d79ef8e57a6d39a
Signed-off-by: jayaanan <jayaanand.borra@netapp.com>
(cherry picked from commit d3d91d9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants