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

Add support for --insecure-skip-tls-verify option #198

Merged
merged 2 commits into from
Apr 14, 2020
Merged

Add support for --insecure-skip-tls-verify option #198

merged 2 commits into from
Apr 14, 2020

Conversation

glb
Copy link
Contributor

@glb glb commented Nov 19, 2019

Some users are stuck behind corporate HTTP proxies that MITM all traffic and are forced to sacrifice TLS security. This allows those users to use the tool despite the proxy messing with the certificates.

It would be great to continue down this path and provide a more secure option, like what kubectl does with the --certificate-authority option.

Fixes #197.

Signed-off-by: Geoff Baskwill <[email protected]>
Some users are stuck behind corporate HTTP proxies that MITM
all traffic and are forced to sacrifice TLS security. This
allows those users to use the tool despite the proxy messing
with the certificates.

Signed-off-by: Geoff Baskwill <[email protected]>
@glb
Copy link
Contributor Author

glb commented Nov 20, 2019

@garethr I'm sure you're super-busy at Kubecon this week so you might not get a chance to look at this right away. I'm happy to make any changes that you would like, just dashed this off without looking around too much for what else might be needed to round this PR out.

@glb
Copy link
Contributor Author

glb commented Nov 27, 2019

@garethr ping?

@glb
Copy link
Contributor Author

glb commented Dec 17, 2019

@garethr one last ping before the holidays, is this interesting / useful or should I close as unwanted?

@garethr
Copy link
Collaborator

garethr commented Apr 14, 2020

Thanks for the pull request, much appreciated. Just getting back to a bunch of maintenance on this project.

@garethr garethr merged commit bee8c2f into instrumenta:master Apr 14, 2020
@glb glb deleted the add-insecure-download-option branch April 14, 2020 15:12
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.

Add option to ignore SSL error when downloading schemas
2 participants