You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/10/23 19:00:55 UTC

[GitHub] [airflow] tooptoop4 opened a new issue #11794: airflow2 alpha1 issues

tooptoop4 opened a new issue #11794:
URL: https://github.com/apache/airflow/issues/11794


   1.
   getting ModuleNotFoundError: No module named 'airflow.contrib.auth' when trying to create user
   
   2.
   should password package be default not an [extra]? can't use webui or trigger dag without password
   
   3.
   authenticate field (under [webserver]) in .cfg seems unused too


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] mik-laj closed issue #11794: airflow2 alpha1 issues

Posted by GitBox <gi...@apache.org>.
mik-laj closed issue #11794:
URL: https://github.com/apache/airflow/issues/11794


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #11794: airflow2 alpha1 issues

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #11794:
URL: https://github.com/apache/airflow/issues/11794#issuecomment-715627110


   All these problems are because we deleted the Non-RBAC UI. We now only support the new RBAC UI based on Flask App Builder in Airflow 2.0. In Airflow 1.10, we support RBAC UI and Non-RBAC UI. but the non-RBAC UI doesn't get any new features, just security fixes starting from Airflow 1.10.8.
   See: https://github.com/apache/airflow/blob/master/UPDATING.md#drop-legacy-ui-in-favor-of-fab-rbac-ui


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org