You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Aizhamal Nurmamat kyzy (JIRA)" <ji...@apache.org> on 2019/05/18 03:14:05 UTC

[jira] [Updated] (AIRFLOW-2744) RBAC app doesn't integrate plugins (blueprints etc)

     [ https://issues.apache.org/jira/browse/AIRFLOW-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aizhamal Nurmamat kyzy updated AIRFLOW-2744:
--------------------------------------------
         Labels: webapp  (was: )
    Component/s:     (was: webserver)
                     (was: webapp)
                 ui

Moving to ui component as part of component refactor. Webapp component will be removed.

> 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: ui
>    Affects Versions: 1.10.0
>            Reporter: David Dossett
>            Priority: Major
>              Labels: webapp
>             Fix For: 1.10.1, 2.0.0
>
>
> 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)