Flask AppBuilder (FAB) auth manager

FAB auth (for authentication/authorization) manager is the auth manager that comes by default with Airflow. This auth manager defines the user authentication and user authorization by default in Airflow. The backend used to store all entities used by the FAB auth manager is the Airflow database: ERD Schema of the Database.

../_images/diagram_fab_auth_manager_airflow_architecture.png

Follow the below topics as well to understand other aspects of FAB auth manager:

Was this entry helpful?