Open wilsonianb opened 5 years ago
Istio gateway can be configured for httpsRedirect https://knative.dev/docs/serving/using-cert-manager-on-gcp/#configuring-the-knative-ingress-gateway
httpsRedirect
How can this be done with Gloo?
A second virtualservice (without sslConfig) can be used to redirect but it seems to need a hostRedirect and I don't know what to put for a wildcard domain match https://gloo.solo.io/api/github.com/solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk/#redirectaction
sslConfig
hostRedirect
Or is this just a reason to use traefik ingress instead of gloo?
TODO: make sure knative auto scales when using traefik ingress
Istio gateway can be configured for
httpsRedirect
https://knative.dev/docs/serving/using-cert-manager-on-gcp/#configuring-the-knative-ingress-gatewayHow can this be done with Gloo?
A second virtualservice (without
sslConfig
) can be used to redirect but it seems to need ahostRedirect
and I don't know what to put for a wildcard domain match https://gloo.solo.io/api/github.com/solo-io/gloo/projects/gloo/api/v1/proxy.proto.sk/#redirectaction