gonzalo commented on issue #9042: URL: https://github.com/apache/incubator-superset/issues/9042#issuecomment-734449903
Same problem here. Superset deployed with a docker image, loading superset_config.py with a binding (and sure is loading conf file because I had some problems parsing it at beginning) To make it work at login I have to add two different confs ``` SESSION_COOKIE_SAMESITE = 'None' # One of [None, 'Lax', 'Strict'] SESSION_COOKIE_SECURE = True ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
