sachin27sharma commented on PR #49581:
URL: https://github.com/apache/airflow/pull/49581#issuecomment-3151558814
Am using 3.0.3 and still seeing below error -
Running airflow in container, external port used is 8081, internal is 8080.
Backend db is mysql.
Have set base url to use my linux server name too
**base_url = http://<server-name>:8081
auth_manager =
airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager**
Event tried setting **export AIRFLOW__API__WEB_SERVER_PORT=8081**
api auth_back is - **auth_backend = airflow.api.auth.backend.basic_auth**
10.0.2.100:33622 - "GET / HTTP/1.1" 200 OK
INFO: 10.0.2.100:33622 - "GET /ui/config HTTP/1.1" 401 Unauthorized
INFO: 10.0.2.100:33622 - "GET
/api/v2/auth/login?next=http%3A%2F%2Feun041515%3A8081%2F HTTP/1.1" 307
Temporary Redirect
INFO: 10.0.2.100:33622 - "GET /ui/config HTTP/1.1" 401 Unauthorized
INFO: 10.0.2.100:33622 - "GET
/api/v2/auth/login?next=http%3A%2F%2Feun041515%3A8081%2F HTTP/1.1" 307
Temporary Redirect
INFO: 10.0.2.100:33622 - "GET /ui/auth/menus HTTP/1.1" 401 Unauthorized
INFO: 10.0.2.100:33636 - "GET /ui/config HTTP/1.1" 401 Unauthorized
INFO: 10.0.2.100:33634 - "GET /api/v2/plugins HTTP/1.1" 401 Unauthorized
INFO: 10.0.2.100:33648 - "GET /api/v2/version HTTP/1.1" 200 OK
Let me know asap.
Thanks
--
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]