Hardcoded Wildcard affects HTTP to HTTPS redirects with Istio gateways
Bug
Description
If you have 2 Istio gateways referencing the same IngressGateway, there's potential for their HTTP configurations to step on each other since it is hardcoded to *
: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane/-/blob/main/chart/templates/gateway.yaml#L16-21
BigBang Version
1.16.1
Suggestion Solution
Instead of hardcoding *
, use the same hostname(s) defined in the Istio values for HTTP redirect.