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.
[fab]¶
This section contains configs specific to FAB provider.
auth_rate_limit¶
Added 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¶
Added 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¶
Added 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