OpenLiberty / open-liberty-operator

Eclipse Public License 2.0
29 stars 38 forks source link

Set insecureEdgeTerminationPolicy when termination policy is not set in CR #463

Closed leochr closed 9 months ago

leochr commented 1 year 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.

leochr commented 1 year ago

@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

leochr commented 9 months ago

Delivered with 1.3.0. Closing.