wanderijames edited a comment on pull request #16754:
URL: https://github.com/apache/airflow/pull/16754#issuecomment-880731042


   @ashb this could have broken worker logs access from the web ui. A pod 
running webui cannot access logs from the worker in another pod. This can be 
reproduced if deployed in Kubernetes. Getting the following:
   
   ```
   *** Fetching from: 
https://worker.worker-svc.default.svc.cluster.local:8793/log/<dag>/<task>/2021-07-15T11:51:59.190528+00:00/1.log
   *** Failed to fetch log file from worker. 403 Client Error: FORBIDDEN for 
url: 
https://worker.worker-svc.default.svc.cluster.local:8793/log/<dag>/<task>/2021-07-15T11:51:59.190528+00:00/1.log
   For more information check: https://httpstatuses.com/403
   ```


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