Closed leochr closed 9 months ago
insecureEdgeTerminationPolicy setting is not respected when CR is configured with:
manageTLS: true route: host: myhost insecureEdgeTerminationPolicy: redirect
The insecureEdgeTerminationPolicy is only respected when termination value is also specified under the route configuration.
insecureEdgeTerminationPolicy
termination
route
@mtambol This could be the issue you mentioned in the meeting today. This is addressed in the 1.3.0 pre-release driver. FYI @danielguinan1
Delivered with 1.3.0. Closing.
insecureEdgeTerminationPolicy setting is not respected when CR is configured with:
The
insecureEdgeTerminationPolicy
is only respected whentermination
value is also specified under theroute
configuration.