trucnguyenlam opened a new issue #15715: URL: https://github.com/apache/airflow/issues/15715
**Apache Airflow 2.0.2**: **Kubernetes 1.19** (use `kubectl version`): **Environment**: - **AWS*: - build with docker image: `apache/airflow:2.0.2-python3.8` **What happened**: I recently migrated from airflow version 1.10.10 to 2.0.0. One thing I notice is that the user's session is not remember anymore by airflow webserver. The authentication model I use is basic username and password. Airflow webserver (and scheduler) are deployed as pods in Kubernetes cluster. As a Kubernetes pod, it can be up and down, normally not a big issue for me as with version 1.10.10, my login session is still remembered and I don't need to re-log when a pod is restarted, however, with version 2.0.2, it forces me to login again every time the pod is restarted. **What you expected to happen**: User session should be remembered **How to reproduce it**: N/A **Anything else we need to know**: N/A -- 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]
