diff --git a/airflow/config/webserver_config.py b/airflow/config/webserver_config.py index 09018f2f..6627a2e0 100644 --- a/airflow/config/webserver_config.py +++ b/airflow/config/webserver_config.py @@ -1,2 +1,2 @@ # Disable airflow authentication, https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/webserver-authentication.html -AUTH_ROLE_PUBLIC = 'Admin' +AUTH_ROLE_PUBLIC = "Admin"