XD-DENG commented on issue #4612: [AIRFLOW-3785] Decommission airflow/contrib/auth/backends URL: https://github.com/apache/airflow/pull/4612#issuecomment-459350812 As suggested by @feng-tao , I have split the works which were discussed in this PR into three parts instead (to make life easier in case we need to revert anything, also ease the reviewing): 1. decommission three configuration items, `authenticate`, `filter_by_owner` and `owner_mode` (all under `webserver` section. They are only applicable for the Flask-Admin based UI), and related code (https://issues.apache.org/jira/browse/AIRFLOW-3793) 2. decommission modules in `airflow/contrib/auth/backends/`, other than `password_auth` (`LICENSE` and `NOTICE` will be updated accordingly) (https://issues.apache.org/jira/browse/AIRFLOW-3794). 3. decommission or refactor `airflow/contrib/auth/backends/password_auth` (**to be decided**). I will prepare PRs separately to address item 1 and 2 first.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
