rich7420 commented on issue #56186:
URL: https://github.com/apache/airflow/issues/56186#issuecomment-3354803890
It looks like the issue is not a core Airflow bug but a networking/config
problem. When you move all services to an external Docker network or change
`AIRFLOW__API__BASE_URL` to the reverse-proxy URL, internal services cannot
reach each other and JWT validation fails.
Maybe you can:
- Keep the default `airflow_default` internal network, and only add an
external
network if you need to connect to other services (a service can join
multiple
networks).
- Do not change `AIRFLOW__API__BASE_URL` for reverse proxy. Keep the internal
URL for Airflow’s own components, and let your proxy handle the external
access.
--
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]