Configuration Reference

This page contains the list of all available Airflow configurations for the apache-airflow-providers-fab provider that can be set in the airflow.cfg file or using environment variables.

Note

The configuration embedded in provider packages started to be used as of Airflow 2.7.0. Previously the configuration was described and configured in the Airflow core package - so if you are using Airflow below 2.7.0, look at Airflow documentation for the list of available configuration options that were available in Airflow core.

Note

For more information see Setting Configuration Options.

Sections:

[fab]

This section contains configs specific to FAB provider.

auth_rate_limit

New in version 1.0.2.

Rate limit for authentication endpoints.

Type

string

Default

5 per 40 second

Environment Variable

AIRFLOW__FAB__AUTH_RATE_LIMIT

auth_rate_limited

New in version 1.0.2.

Boolean for enabling rate limiting on authentication endpoints.

Type

boolean

Default

True

Environment Variable

AIRFLOW__FAB__AUTH_RATE_LIMITED

update_fab_perms

New in version 1.0.2.

Update FAB permissions and sync security manager roles on webserver startup

Type

string

Default

True

Environment Variable

AIRFLOW__FAB__UPDATE_FAB_PERMS

Was this entry helpful?