-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Inital start to be able to redirect from http to https. #8258
Conversation
Origin Action Required: Pull request cannot be automatically merged, please rebase your branch from latest HEAD and push again |
// InsecureTerminationPolicy indicates the desired behavior for | ||
// insecure connections to one of the tls (edge,passthrough,reencrypt) route: | ||
// disable, allow or redirect | ||
InsecureTerminationPolicy InsecureTerminationPolicyType |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would we not just add "Redirect" to "InsecureEdgeTerminationPolicy"? I don't see the value in adding the new external field - we can just rename it in a future version. Broadening EdgeTerminationPolicy to apply to all termination types doesn't seem to have a disadvantage I can see. Examples?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#11953 is open to do just that.
@cw-aleks: Sorry, I missed this until today. I am closing in preference to #11953 Please tell me if that PR does not accommodate your needs. |
See issue #5946
#5946