kenske commented on issue #9061:
URL: https://github.com/apache/superset/issues/9061#issuecomment-3074524258

   Fixed this by updating the request headers in my `HTTPRoute` configuration:
   
   ```
         filters:
           - type: RequestHeaderModifier
             requestHeaderModifier:
               set:
                 - name: X-Forwarded-Proto
                   value: "https"
                 - name: X-Forwarded-Port
                   value: "443"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to