Skip to content

Conversation

@vincbeck
Copy link
Contributor

Resolves #57542.

Since the migration to Fab 5, Fab auth manager no longer work (or at least you cannot log in) if securecookie is 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.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@vincbeck vincbeck mentioned this pull request Oct 30, 2025
2 tasks
@vincbeck vincbeck added the type:bug-fix Changelog: Bug Fixes label Oct 30, 2025
Copy link
Member

@potiuk potiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice.

@vincbeck vincbeck force-pushed the vincbeck/fix_fab_am_securecookie branch 3 times, most recently from 2bc8c38 to dcef6f1 Compare November 3, 2025 16:56
@vincbeck vincbeck force-pushed the vincbeck/fix_fab_am_securecookie branch from dcef6f1 to 483cdd3 Compare November 3, 2025 16:59
@vincbeck vincbeck merged commit 7fe172d into apache:main Nov 3, 2025
78 checks passed
@vincbeck vincbeck deleted the vincbeck/fix_fab_am_securecookie branch November 3, 2025 18:02
@mszmidt
Copy link

mszmidt commented Nov 4, 2025

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?

@vincbeck
Copy link
Contributor Author

vincbeck commented Nov 4, 2025

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?

@eladkal

@potiuk
Copy link
Member

potiuk commented Nov 4, 2025

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 breeze release-management prepare-provider-distributions fab is all that you need after following contributing guide.. Also when we release RC we will be asking people to test RC candidate - then you will be able to test it - but before that - building your own provider is the fastest way you can fix the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Internal Error on login

6 participants