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/15 07:25:11 UTC

[GitHub] [airflow] pindge commented on issue #13081: OAuth2 login process is not stateless

pindge commented on issue #13081:
URL: https://github.com/apache/airflow/issues/13081#issuecomment-745107292


   Note, this is running v1.10.14 with flask appbuilder 3.1.1 in web instance
   ```
         extraPipPackages:
         - "authlib"
         - "Flask-AppBuilder==3.1.1"
   ```
   
   When the secret key is not specified and is randomly generated, each web instance has a different secret key which breaks the login process when the serving pod is switched.


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