Skip to content

Commit

Permalink
Import AUTH_REMOTE_USER from FAB in WSGI middleware example (#34721)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala authored Oct 4, 2023
1 parent 08bfa08 commit feaa508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/security/webserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ and leverage the REMOTE_USER method:
from typing import Any, Callable
from flask import current_app
from airflow.www.fab_security.manager import AUTH_REMOTE_USER
from flask_appbuilder.const import AUTH_REMOTE_USER
class CustomMiddleware:
Expand Down

0 comments on commit feaa508

Please sign in to comment.