Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
FAB auth manager authentication
===============================

.. note::

While this documentation refers to authentication using the ``apache-airflow-providers-fab`` package, please note:

- The **FAB auth provider** is actively maintained and compatible with the latest versions of Airflow.
- The legacy ``webserver_config.py`` file referenced in older docs is **no longer used** in recent versions of Airflow. Instead, authentication is handled via the new ``auth_manager`` framework configured in ``airflow.cfg``.

For more, see the :doc:`token`.

By default, FAB auth manager requires users to specify a password prior to login. You can use the
following CLI commands to create an account:

Expand Down