The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user flypenguin (triggered by eladkal).

Head commit for run:
de0eb85504b63ab00ec1fc076ff3f5a191c2da3c / Axel Bock <[email protected]>
helm chart: fix SSH key perms & ownership for DAG sync

I was unable to get SSH-based git sync to run. Debugging lead to two
issues:

- The secret is mounted as `root`, with permissions `0660`, which makes
  it unreadable for git-sync default user 65533.
- If switching to user `root` (which I did not want to do), the SSH key
  file is still mounted as `0660`, which makes SSH complain and ignore
  it.

That fix uses the init-container to fix the SSH key permissions
(ownership, and file mode `0400`).

Report URL: https://github.com/apache/airflow/actions/runs/10825095838

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to