vincbeck commented on code in PR #34349:
URL: https://github.com/apache/airflow/pull/34349#discussion_r1338719267
##########
airflow/auth/managers/base_auth_manager.py:
##########
@@ -50,6 +50,10 @@ def get_cli_commands() -> list[CLICommand]:
"""
return []
+ def get_api_blueprint(self) -> None | Blueprint:
Review Comment:
I am trying to understand how that would work. From
[documentation](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/plugins.html),
it says plugins needs to be in `$AIRFLOW_HOME/plugins`. But here
FABAuthManager is in `airflow/auth/managers/fab/fab_auth_manager.py`. In the
future, other auth manager will be provided by providers, how that would work
for them then? I am likely missing something :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]