Skip to content

Conversation

@nrnavaneet
Copy link
Contributor

@nrnavaneet nrnavaneet commented Jul 21, 2025

Summary

This PR improves the FAB authentication documentation by clarifying the distinction between the apache-airflow-providers-fab version and the Airflow core version. It also updates the note to reflect that the webserver_config.py file is no longer used in Airflow 3.x and has been replaced by the auth_manager framework.

Updates

Added a .. note:: block to clarify:

  • The FAB provider is versioned independently (currently at 2.3.0).
  • It is compatible with Airflow 3.x, including 3.0.3.
  • webserver_config.py is deprecated and replaced with auth_manager in airflow.cfg.
  • Linked to the token authentication docs for more details.

Tests

  • Rendered the documentation locally to verify correct formatting and clarity.
  • Confirmed links and references display properly in the built docs.

Credits

Closes #53573

@nrnavaneet
Copy link
Contributor Author

Hi, Ive tried fixing ur issue by adding a note in the webserver-authentication file . In case u need any other fixes or changes kindly lmk :)

@nrnavaneet nrnavaneet requested review from potiuk and vincbeck July 21, 2025 20:22
@vincbeck vincbeck merged commit 62b3fcd into apache:main Jul 21, 2025
57 checks passed
@nrnavaneet nrnavaneet deleted the fix-auth-docs branch July 21, 2025 21:22
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.

How do we setup custom AUTH like OpenID, SSO with Entra ID, etc. in Airflow 3.0.x? Documentation update and clarity is required for 3.0.x stable

3 participants