You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/07 17:21:42 UTC

[GitHub] [airflow] saikatharryc opened a new issue #12891: Webserver: The CSRF session token is missing.

saikatharryc opened a new issue #12891:
URL: https://github.com/apache/airflow/issues/12891


   I have upgraded from 1.10.10 to [1.10.12](https://github.com/astronomer/ap-airflow/tree/master/1.10.12) 
   Although I did not notice this last day when upgraded, even though I have redeployed a couple of times.
   
   I'm somehow not able to log in now.
   Whenever I try to login, whatever the credentials is, I get this error:
   <img width="947" alt="Screen Shot 2020-12-07 at 10 49 36 PM" src="https://user-images.githubusercontent.com/15653282/101382925-83333b00-38de-11eb-9feb-62acbb26b844.png">
   
   
   any idea if this issue has comeback?
   I can verify this `webserver_config.py ` content the pod though:
   ```
   astro@development-airflow-webserver-74994d5d9f-w9tv5:/usr/local/airflow$ cat webserver_config.py 
   import os
   from airflow import configuration as conf
   from flask_appbuilder.security.manager import AUTH_REMOTE_USER
   basedir = os.path.abspath(os.path.dirname(__file__))
   
   # The SQLAlchemy connection string.
   SQLALCHEMY_DATABASE_URI = conf.get('core', 'SQL_ALCHEMY_CONN')
   
   # Flask-WTF flag for CSRF
   CSRF_ENABLED = True
   
   # ----------------------------------------------------
   # AUTHENTICATION CONFIG
   # ----------------------------------------------------
   
   ```


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] saikatharryc closed issue #12891: Webserver: The CSRF session token is missing.

Posted by GitBox <gi...@apache.org>.
saikatharryc closed issue #12891:
URL: https://github.com/apache/airflow/issues/12891


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] saikatharryc commented on issue #12891: Webserver: The CSRF session token is missing.

Posted by GitBox <gi...@apache.org>.
saikatharryc commented on issue #12891:
URL: https://github.com/apache/airflow/issues/12891#issuecomment-740068661


   worked suddenly, very weird. 
   closing the issue for now.


----------------------------------------------------------------
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:
users@infra.apache.org