You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/07/07 10:09:19 UTC

[GitHub] [superset] fzhan opened a new issue #15570: strict-origin-when-cross-origin

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc edited a comment on issue #15570: strict-origin-when-cross-origin

Posted by GitBox <gi...@apache.org>.
junlincc edited a comment on issue #15570:
URL: https://github.com/apache/superset/issues/15570#issuecomment-876752880


   @dpgaspar do you happen to know? 🙏
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] junlincc commented on issue #15570: strict-origin-when-cross-origin

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #15570:
URL: https://github.com/apache/superset/issues/15570#issuecomment-876752880


   @dpgaspar do you happen to know?
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org