We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 796086c commit edd3114Copy full SHA for edd3114
controllers/kam.go
@@ -144,8 +144,8 @@ func newRouteForCLI() *routev1.Route {
144
TargetPort: intstr.IntOrString{IntVal: portTLS},
145
},
146
TLS: &routev1.TLSConfig{
147
- Termination: routev1.TLSTerminationPassthrough,
148
- InsecureEdgeTerminationPolicy: routev1.InsecureEdgeTerminationPolicyNone,
+ Termination: routev1.TLSTerminationReencrypt,
+ InsecureEdgeTerminationPolicy: routev1.InsecureEdgeTerminationPolicyRedirect,
149
150
}
151
0 commit comments