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/01/12 03:11:58 UTC

[GitHub] [airflow] gmontanola commented on pull request #12441: Fix file permission issue when running git-sync in the KubernetesExecutor mode

gmontanola commented on pull request #12441:
URL: https://github.com/apache/airflow/pull/12441#issuecomment-758365725


   Thanks for this fix @highfly22! I was trying to understand why setting up a private repo with SSH keys resulted in failure. I could not even get logs from the webserver, not sure why a 403 was issued, but applying your fix solved it too.
   
   `HTTP response body: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods is forbidden: User \\"system:serviceaccount:airflow:airflow-webserver\\" cannot list resource \\"pods/log\\" in API group \\"\\" in the namespace \\"airflow\\"","reason":"Forbidden","details":{"kind":"pods"},"code":403}\n'`
   
   @potiuk is there anything left in order to merge this PR? Let me know if I can help  :)
   


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

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