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

TLS Truthiness #447

Merged
merged 1 commit into from Mar 6, 2017
Merged

TLS Truthiness #447

merged 1 commit into from Mar 6, 2017

Conversation

akutz
Copy link
Collaborator

@akutz akutz commented Mar 2, 2017

This patch enables the libStorage client to support a simplified TLS configuration that accepts a single, truthy value for libstorage.client.tls in order to specify that clients should connect to the server using TLS.

@akutz akutz self-assigned this Mar 2, 2017
@akutz akutz requested a review from cduchesne March 2, 2017 19:20
@codecov-io
Copy link

codecov-io commented Mar 2, 2017

Codecov Report

Merging #447 into master will decrease coverage by -0.52%.
The diff coverage is 0%.

@@            Coverage Diff             @@
##           master     #447      +/-   ##
==========================================
- Coverage   31.06%   30.55%   -0.52%     
==========================================
  Files          29       29              
  Lines        1751     1777      +26     
==========================================
- Hits          544      543       -1     
- Misses       1149     1176      +27     
  Partials       58       58
Impacted Files Coverage Δ
api/types/types_config.go 0% <ø> (ø)
api/utils/utils_tls.go 0% <0%> (ø)
api/types/types_localdevices.go 77.35% <0%> (-1.89%)

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 13e07c0...0aeb6aa. Read the comment docs.

@akutz akutz force-pushed the feature/tls-true branch 6 times, most recently from 3a38aa9 to 0aeb6aa Compare March 6, 2017 17:48
This patch enables the libStorage client to support a simplified TLS
configuration that accepts a single, truthy value for
`libstorage.client.tls` in order to specify that clients should connect
to the server using TLS.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants