AWS EKS SSL Cert pass through #13326
Open
Labels
Comments
I have the following settings in the config ENABLE_PROXY_FIX = True There is a 302 redirect from https to http |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to setup using the helm service. However, when I tried to use the ssl cert via AWS Cert manager, things dont seemt to work. I am seeing a redirect from https -> http. I would like to only have https exposed. But it seems like superset is redirectly from https to http, not realizing that the https is managed outside.
service.beta.kubernetes.io/aws-load-balancer-type: nlb
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-east-1:XXXX:certificate/YYYYYY
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
service.beta.kubernetes.io/aws-load-balancer-ssl-negotiation-policy: "ELBSecurityPolicy-TLS-1-2-2017-01"
external-dns.alpha.kubernetes.io/hostname: superset.domain.com
Is there a way to keep superset on strictly https?
The text was updated successfully, but these errors were encountered: