jcmoraisjr / haproxy-ingress

HAProxy Ingress
https://haproxy-ingress.github.io
Apache License 2.0
1.02k stars 272 forks source link

Add ssl-always-follow-redirect option #1118

Closed jcmoraisjr closed 1 month ago

jcmoraisjr commented 2 months ago

Controller v0.11 and older had an incorrect behavior compared with ingress spec, regarding HTTPS configuration and SSL redirect.

v0.12 added ssl-always-add-https option that adds the host in the HTTPS map when enabled, regardless of the tls attribute configuration. This was a v0.11 and older behavior.

This update adds the ability to avoid SSL redirect when TLS was added automatically. This was also a v0.11 and older behavior.

jcmoraisjr commented 2 months ago

1064