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

provider/vcd: Add flags for unverified SSL/TLS #4811

Merged
merged 1 commit into from
Jan 27, 2016

Conversation

superseb
Copy link
Contributor

Ability to configure to allow insecure SSL/TLS certificates. Useful for test environments that don't have a proper certificate (chain) or some appliances don't have proper certificates anyway. This should be identical behaviour as the configuration for the vSphere provider.

Before this can be merged, we have to wait for hmrc/vmware-govcd#4 to be merged. This then should be used in a new release.

This PR fixes #4620

@superseb superseb changed the title [WIP] Add flags for unverified SSL/TLS [WIP]: provider/vcd: Add flags for unverified SSL/TLS Jan 24, 2016
@jen20
Copy link
Contributor

jen20 commented Jan 25, 2016

Hi @superseb! Thanks for opening a pull request - looks like there are some build issues, and also one or two whitespace formatting issues here - could you take a look at those and then we can merge this in? Agreed it's a useful flag - several other providers have this option.

url = "${var.vcd_url}"
vdc = "${var.vcd_vdc}"
maxRetryTimeout = "${var.vcd_maxRetryTimeout}"
allow_unverified_ssl = "${var.vcd_allow_unverified_ssl}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a whitespace concern

@superseb
Copy link
Contributor Author

Thanks for taking a look @jen20 . The build errors occur because a needed lib is not yet updated (hmrc/vmware-govcd#4), so I marked it as WIP. The docs are fixed, didn't appear like that on my end but should be good now.

@superseb superseb closed this Jan 27, 2016
@superseb superseb reopened this Jan 27, 2016
@superseb superseb changed the title [WIP]: provider/vcd: Add flags for unverified SSL/TLS provider/vcd: Add flags for unverified SSL/TLS Jan 27, 2016
@superseb
Copy link
Contributor Author

Dependency has been merged, retrigged CI by closing and reopening PR. Can you take a look @jen20 ?

@jen20 jen20 removed the wip label Jan 27, 2016
@jen20
Copy link
Contributor

jen20 commented Jan 27, 2016

Yup, looks like this should fix it up! Thanks @superseb!

jen20 added a commit that referenced this pull request Jan 27, 2016
provider/vcd: Add flags for unverified SSL/TLS
@jen20 jen20 merged commit 4e22655 into hashicorp:master Jan 27, 2016
@ghost
Copy link

ghost commented Apr 28, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vcloud director provider needs a allow_unverified_ssl argument
3 participants