Skip to content

Merge the gitlab-shell "gitlab-keys" functionality into GitLab CE

Patrick Bajao requested to merge 56089-merge-gitlab-keys into master

What does this MR do?

Move the relevant code from gitlab-shell's GitlabKeys class to gitlab-rails as Gitlab::AuthorizedKeys.

Not all "commands" were kept as they are not being used in gitlab-rails. Also removed some methods in Gitlab::Shell that are using those "commands" as they're not being used.

What are the relevant issue numbers?

#56089 (closed)

Does this MR meet the acceptance criteria?

Closes #56089 (closed)

Edited by Nick Thomas

Merge request reports