Skip to content

Handle cases when authorized_keys doesn't exist

What does this MR do?

Modify Gitlab::AuthorizedKeys#rm_key and #list_key_ids to handle cases when an Errno::ENOENT is raised. Also added test cases in spec to ensure each method will still work when authorized_keys doesn't exist.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/10514

Does this MR meet the acceptance criteria?

Edited by Patrick Bajao

Merge request reports