fzhan opened a new issue #15570:
URL: https://github.com/apache/superset/issues/15570


   When deploy using kubernete/helm, ingress being handled by external 
ingress-controller using https/TLS, accessing to datatbase is blocked by 
chrome's new policy "strict-origin-when-cross-origin"
   
   ### Expected results
   The requesting url is https://mydomain/api/v1/database/available
   The response url should have been https://mydomain/api/v1/database/available/
   
   ### Actual results
   The response url is http://mydomain/api/v1/database/available/
   
   #### How to reproduce the bug
   
   1. Install using helm, config with external ingress controller for https
   2. Click on Data > Database
   3. Click on + Database
   4. See error
   
   ### Environment
   Chrome
   
   - superset version: `apache/superset:latest`
   


-- 
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