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

Expose tls.InsecureSkipVerify to es.tls.* CLI flags #1473

Merged
merged 3 commits into from
Apr 18, 2019

Conversation

stefanvassilev
Copy link
Contributor

Which problem is this PR solving?

Short description of the changes

  • Add SkipHostVerify field to TLSConfig struct, exposed by .tls.skip-host-verifyCLI flag

@codecov
Copy link

codecov bot commented Apr 14, 2019

Codecov Report

Merging #1473 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1473      +/-   ##
==========================================
+ Coverage   99.83%   99.83%   +<.01%     
==========================================
  Files         179      179              
  Lines        8554     8559       +5     
==========================================
+ Hits         8540     8545       +5     
  Misses          7        7              
  Partials        7        7
Impacted Files Coverage Δ
plugin/storage/es/options.go 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be6340f...820a881. Read the comment docs.

flagSet.Bool(
nsConfig.namespace+suffixSkipHostVerify,
nsConfig.TLS.SkipHostVerify,
"Skip server's certificate chain and host name verification")
Copy link
Member

Choose a reason for hiding this comment

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

Please add "(insecure)" prefix to the help string

Signed-off-by: stefan vassilev <stefanvassilev1@gmail.com>
Signed-off-by: stefan vassilev <stefanvassilev1@gmail.com>
Signed-off-by: stefan vassilev <stefanvassilev1@gmail.com>
@yurishkuro yurishkuro merged commit cb226ff into jaegertracing:master Apr 18, 2019
@yurishkuro
Copy link
Member

Thanks 🙏

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.

Can jaeger set ssl_verify false when connect elastic search with ssl?
2 participants