widewing opened a new issue, #54200: URL: https://github.com/apache/airflow/issues/54200
### Apache Airflow version 3.0.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? We have 2 Airflow instances hosted in same domain, but under different path. e.g. instance 1: https://example.com/airflow1 instance 2: https://example.com/airflow2 We you login instance 1, and visit instance 2, the token for instance 1 will be invalidated. This should be due to Airflow 3 is using localStorage for saving it's jwt token. localStorage is tied to domain. We can change the token key and add base url or just path to it, so multiple instances will not conflict. ### What you think should happen instead? _No response_ ### How to reproduce Set up 2 instances under same domain, but different path, and login both ### Operating System linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Other 3rd-party Helm chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
