-
Notifications
You must be signed in to change notification settings - Fork 15.9k
Fix Fab auth manager with securecookie as session backend
#57578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Fab auth manager with securecookie as session backend
#57578
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice.
2bc8c38 to
dcef6f1
Compare
dcef6f1 to
483cdd3
Compare
|
Hello, when there will be new release? I'm affected by the issue, airflow remains non-functional for our team. I can't downgrade my database after airflow db migrate, are you going to release emergency release 3.1.1-fab-fix? |
|
We do not do that. We follow regular release schedule. But you are not blocked. This is an open-source project with well documented relaese process and tooling. https://github.com/apache/airflow/blob/main/dev/README_RELEASE_PROVIDERS.md#publish-the-regular-distributions-to-pypi-release-candidates so you can always build and install provider from main @mszmidt. Generally |
Resolves #57542.
Since the migration to Fab 5, Fab auth manager no longer work (or at least you cannot log in) if
securecookieis used as session backend.^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.