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

Redirecting http to https when ssl is present #113

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

juandiegopalomino
Copy link
Collaborator

Following this solution: kubernetes/ingress-nginx#2724 (comment)

Tested it with both no https and with https.
ALL SERVICES WILL REDIRECT PUBLIC TRAFFIC HTTP TO HTTPS IF SSL IS PRESENT, NO EXCEPTION

Following this solution: kubernetes/ingress-nginx#2724 (comment)

Tested it with both no https and with https.
ALL SERVICES WILL REDIRECT PUBLIC TRAFFIC HTTP TO HTTPS IF SSL IS PRESENT, NO EXCEPTION
@codecov
Copy link

codecov bot commented Feb 25, 2021

Codecov Report

Merging #113 (0b831df) into main (a79bd8a) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   74.67%   74.67%           
=======================================
  Files          28       28           
  Lines        1299     1299           
=======================================
  Hits          970      970           
  Misses        329      329           
Flag Coverage Δ
unittests 74.67% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
opta/cli.py 71.00% <0.00%> (ø)

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 a79bd8a...632d5d3. Read the comment docs.

@juandiegopalomino juandiegopalomino merged commit 62c7b30 into main Feb 25, 2021
@juandiegopalomino juandiegopalomino deleted the http-to-https-redirect branch February 25, 2021 23:25
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.

2 participants