suii2210 commented on issue #59373: URL: https://github.com/apache/airflow/issues/59373#issuecomment-3680827463
Hi @rv2931 , I can help look into this issue if it’s still open. From the description, it seems that when using the official docker-compose setup with the Celery executor, the worker fails to authenticate with the API due to a missing or mismatched `JWT_SECRET`. The fact that explicitly setting `AIRFLOW__API_AUTH__JWT_SECRET` resolves the problem suggests that the compose stack may not be propagating or generating a consistent secret across services by default. If you’re okay with it, I can investigate whether this is: - a bug in the docker-compose configuration, - an initialization/order issue between webserver and workers, - or something that should be addressed via defaults or documentation, and propose a fix (or clarification) accordingly. Please let me know if you’d like me to proceed - I just want to avoid duplicating work. 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]
