Skip to content

Allow admin to create public deploy keys that are accessible to any project.

Douwe Maan requested to merge public-deploy-keys into master

Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/1774.

Project settings:

Screen_Shot_2015-03-27_at_14.46.48

The "Public deploy keys" section is only shown when there are any. If there are public deploy keys but no project deploy keys, only public deploy keys are shown. If there are no public deploy keys and no project deploy keys, the current "Deploy keys from projects you have access to will be displayed here" placeholder is shown.

The list of projects below the public key has been changed to only show projects the user has access to.

"Public deploy key" seems to be repeated on the left, but the first is just the title. The label is always visible for public deploy keys.

Admin index:

Screen_Shot_2015-03-27_at_14.47.06

Admin detail page:

Screen_Shot_2015-03-27_at_14.47.16

Projects using the deploy key are listed on the left and can be disabled easily.

Merge request reports