ephraimbuddy edited a comment on issue #14423: URL: https://github.com/apache/airflow/issues/14423#issuecomment-785331893
You need to manually edit the docker-compose file and set auth_backend to basic_auth before you can be able to use basic auth. This is not an issue, by default requests to the REST API are denied. `AIRFLOW__API__AUTH_BACKEND: airflow.api.auth.backend.basic_auth` Add the above then let me know if it worked for you so we can close it. Cheers https://airflow.apache.org/docs/apache-airflow/stable/security/api.html ---------------------------------------------------------------- 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]
