You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/15 14:15:40 UTC

[GitHub] [airflow] wanderijames commented on pull request #16754: Only allow webserver to request from the worker log server

wanderijames commented 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 work in another pod.  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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org