FAQ | This is a LIVE service | Changelog

Skip to content

fix: restrict permissions on CI_SSH_KEY_FILE

Hal Blackburn requested to merge fix-ssh-key-file into main

After a GitLab update it now seems to be creating a file for file secrets before the container entrypoint runs rather than after. The file it creates is world-readable, and SSH refuses to add private keys from world-readable files, so we need to make CI_SSH_KEY_FILE readable by only the owner.

Merge request reports