Skip to content

Remove an exception from the git user default SSH config check

What does this MR do?

Removes an erroneously-added exception from the "git user has default SSH config" system check

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

GitLab instances with read-only databases are still not allowed to have SSH keys. Only Geo secondaries can have SSH keys, and that is handled in EE. In particular, the check will be narrowing in %10.2 so that only Geo secondaries using the SSH clone protocol can have an SSH key.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Related to https://gitlab.com/gitlab-org/gitlab-ee/issues/3341

Edited by Nick Thomas

Merge request reports