pivotal-cf / pivnet-cli

CLI to interact with Tanzu Network API V2 interface.
Apache License 2.0
34 stars 27 forks source link

Add Skip TLS verification option #7

Closed svrc closed 6 years ago

svrc commented 7 years ago

For MITM HTTP proxies that re-encrypt requests with a custom CA cert in customer environments, this is helpful.

Related to https://github.com/pivotal-cf/go-pivnet/pull/16

pnikonowicz commented 6 years ago

we have removed the develop branch

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/160267352

The labels on this github issue will be updated when the story is started.

pnikonowicz commented 6 years ago

the change to file "vendor/github.com/pivotal-cf/go-pivnet/pivnet.go" is a vendor file that exists at https://github.com/pivotal-cf/go-pivnet and cannot be changed here.

we do have this requested functionality in in our [pivnet-resource(https://github.com/pivotal-cf/pivnet-resource/blob/3e0df1180e61cdc4b3af5da6500f95c5a85a76ab/concourse/types.go#L21) and therefore it makes sense to support this in our CLI as well.