mik-laj edited a comment on issue #11436: URL: https://github.com/apache/airflow/issues/11436#issuecomment-710915064
@pat-s You can use module from Airflow 2.0 and it should work. https://github.com/apache/airflow/blob/master/airflow/api/auth/backend/basic_auth.py To use this backend you have to copy it to `~/airflow/config` (See: https://airflow.readthedocs.io/en/latest/modules_management.html) and set up according to documentation: https://airflow.readthedocs.io/en/latest/security/api.html#basic-authentication > but I think it needs more explanation. Users (like me) do not know that LDAP does not work at all with v1.10 and that even for trying, one needs to disable RBAC explicitly. Documentation for Airflow 2.0 no longer describes the flask-admin UI, so everything is easier to understand. We are no longer developing Airflow 1.10, but only focusing on fixing critical bugs, including security, and working on improving the migration process to Airflow 2.0 ---------------------------------------------------------------- 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: [email protected]
