Skip to content

Commit

Permalink
Add back FAB constant in legacy security manager (#36719)
Browse files Browse the repository at this point in the history
(cherry picked from commit acdbd57)
  • Loading branch information
vincbeck authored and ephraimbuddy committed Jan 15, 2024
1 parent 5da2e0a commit de1f023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/www/fab_security/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@
log = logging.getLogger(__name__)

__lazy_imports = {
"AUTH_OID": "flask_appbuilder.const",
"AUTH_DB": "flask_appbuilder.const",
"AUTH_LDAP": "flask_appbuilder.const",
"AUTH_REMOTE_USER": "flask_appbuilder.const",
"AUTH_OAUTH": "flask_appbuilder.const",
"LOGMSG_WAR_SEC_LOGIN_FAILED": "flask_appbuilder.const",
}

Expand Down

0 comments on commit de1f023

Please sign in to comment.