Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #2959

Closed
Open
Created Feb 11, 2013 by Administrator@rootOwner

Adding a deploy key results in "Key has already been taken"

Created by: ruimarinho

It looks like the new 5.0 version changes the way deploy keys work. Previously, deploy keys could be added for each project but now adding the same key to a different project results in a Key has already been taken.

To workaround this issue, you can set project_id to null on the keys table works (see to https://github.com/gitlabhq/gitlabhq/blob/master/app/models/key.rb#L60).

API call GET /api/v3/internal/allowed?key_id=xxx&action=git-upload-pack&ref=_any&project=xxxxx will work again.

Assignee
Assign to
Time tracking