Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab FOSS
GitLab FOSS
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Merge Requests
  • !26021

Merged
Opened Mar 12, 2019 by Horatiu Eugen Vlad@hvladContributor3 of 11 tasks completed3/11 tasks

Added write_repository scope for personal access token

  • Overview 28
  • Commits 3
  • Pipelines 3
  • Changes 13

What does this MR do?

A new write_repository scope is introduced by splitting the repository write permissions out of the api scope.

The new scope will include the read_repository scope to ensure complete access (read-write) to the git repository and at the same time will be included in the api scope to ensure that all existing token will work as expected after the change.

What are the relevant issue numbers?

Closes #51709 (closed)
Closes #58847 (closed)

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • Documentation created/updated via this MR
  • Documentation reviewed by technical writer or follow-up review issue created
  • Tests added for this feature/bug
  • Tested in all supported browsers
  • Conforms to the code review guidelines
  • Conforms to the merge request performance guidelines
  • Conforms to the style guides
  • Conforms to the database guides
  • Link to e2e tests MR added if this MR has Requires e2e tests label. See the Test Planning Process.
  • Security reports checked/validated by reviewer
Edited Mar 13, 2019 by Horatiu Eugen Vlad
Assignee
Assign to
Reviewer
Request review from
11.11
Milestone
11.11 (Past due)
Assign milestone
Time tracking
Reference: gitlab-org/gitlab-foss!26021
Source branch: feature/add_write_repository_scope