Skip to content

Update the keys permission check to open the file in write mode.

DJ Mountney requested to merge permissions-create-keys into master

That way the file is created if it does not exist.

This will help simplify the check being running from omnibus. Currently we create the authorized_keys, file in omnibus. We want to instead have omnibus call check-permissions as the git user, to get around nfs root_squash issues with the authorized_keys file.

Merge request reports