Skip to content

Make source/destination cloud insecure connection configurable#240

Merged
matbu merged 6 commits into
os-migrate:mainfrom
fdiazbra:insecure-verify
May 4, 2026
Merged

Make source/destination cloud insecure connection configurable#240
matbu merged 6 commits into
os-migrate:mainfrom
fdiazbra:insecure-verify

Conversation

@fdiazbra
Copy link
Copy Markdown
Contributor

OpenStack and VMware client had no SSL/TLS validation by default. With this PR:

  • TLS certificate verification is now enabled by default for both OpenStack and VMware connections

  • Flexible for non-production environments: Lab, development, and testing environments can opt-in to insecure connections using dedicated parameters:
    vmware_insecure: Set to true to disable certificate verification for VMware/ESXi connections
    openstack_insecure: Set to true to disable certificate verification for OpenStack API connections

  • Audit logging: When insecure connections are enabled, warnings are logged for visibility and compliance tracking

@matbu matbu merged commit c74e912 into os-migrate:main May 4, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants