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 2021/02/24 19:53:27 UTC

[GitHub] [airflow] ephraimbuddy commented on issue #14423: Quick Start for Docker - REST API returns Unauthorized

ephraimbuddy commented 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
   


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