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?

#10514 (closed)

Does this MR meet the acceptance criteria?

Closes #10514 (closed)

Edited by Patrick Bajao

Merge request reports