-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/vSphere: Add allow_unverified_ssl opt
This patch parameterizes the allow_unverified_ssl option for the vSphere provider used by both Terraform vSphere provider and the K8s vSphere cloud provider. This patch enables the configuration of the allow_unverified_ssl option by users at runtime. The default value is "true". Setting the value to false will cause TLS connections to reject endpoints where the peer certificate cannot be validated.
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters