David Dossett created AIRFLOW-2744:
--------------------------------------
Summary: RBAC app doesn't integrate plugins (blueprints etc)
Key: AIRFLOW-2744
URL: https://issues.apache.org/jira/browse/AIRFLOW-2744
Project: Apache Airflow
Issue Type: Bug
Components: webapp, webserver
Affects Versions: 1.10
Reporter: David Dossett
In the current 1.10.0rc tag, the new RBAC app doesn't integrate any plugins
created by a user extending Airflow. In the old www/app.py you had the
[integrate_plugins|https://github.com/apache/incubator-airflow/blob/f1083cbada337731ed0b7e27b09eee7a26c8189a/airflow/www/app.py#L126]
function. But currently the
[www_rbac/app.py|https://github.com/apache/incubator-airflow/blob/f1083cbada337731ed0b7e27b09eee7a26c8189a/airflow/www_rbac/app.py]
doesn't pull in any plugins from the plugin_manager. So nothing you do to
extend Airflow's webapp will work.
I think adding the code for registering the blueprints and menu links is a
pretty simple fix. I'm not sure how the FAB system is handling the same
functionality as Flask-Admin views though.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)