Dev-iL commented on issue #48825:
URL: https://github.com/apache/airflow/issues/48825#issuecomment-2801229698

   Just tested this on 3.0.0rc2:
   - For a local container, the UI works when accessed using `127.0.0.1` or 
`localhost` (as before).
   - For both a local and a remote container, when the host's hostname is used, 
there's an infinite redirection loop instead of a "simple" blank page.
   
   These are the relevant configs from my `docker-compose.yaml` (which work for 
a local container with `localhost`; commented settings are unset):
   
   ```yaml
       # AIRFLOW__API__BASE_URL: http://${VM_HOSTNAME}:8080
       # AIRFLOW__CORE__AUTH_MANAGER: 
airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager
       AIRFLOW__CORE__AUTH_MANAGER: 
airflow.api_fastapi.auth.managers.simple.simple_auth_manager.SimpleAuthManager
       AIRFLOW__CORE__SIMPLE_AUTH_MANAGER_ALL_ADMINS: 'true'
       # AIRFLOW__FAB__AUTH_BACKENDS: 
'airflow.providers.fab.auth_manager.api.auth.backend.basic_auth,airflow.providers.fab.auth_manager.api.auth.backend.session'
 
       AIRFLOW__WEBSERVER__BASE_URL: http://${VM_HOSTNAME}:8080
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to