docker-archive / deploykit

A toolkit for creating and managing declarative, self-healing infrastructure.
Apache License 2.0
2.25k stars 262 forks source link

Map TCP to HTTPS if cert specified. #790

Closed craigyam closed 6 years ago

craigyam commented 6 years ago

Switch from mapping TCP/TCP frontend/backend protocols to SSL/TCP when specifying a cert instead to HTTPS/HTTP.

Signed-off-by: Craig Yamamoto craigyam@us.ibm.com

codecov[bot] commented 6 years ago

Codecov Report

Merging #790 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #790   +/-   ##
=======================================
  Coverage   48.51%   48.51%           
=======================================
  Files          85       85           
  Lines        7505     7505           
=======================================
  Hits         3641     3641           
  Misses       3515     3515           
  Partials      349      349

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 28fe7a0...755b018. Read the comment docs.

craigyam commented 6 years ago

@chungers Fixed the tests. Thanks!