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
  • #2372

Closed
Open
Created Dec 24, 2012 by Administrator@rootOwner

Redo the permission model

Created by: riyad

we should think of not making "higher" roles include all below, but allowing enabling/disabling permissions separately. They may be "grouped by purpose" and have levels (e.g. none, limited, full):

  • guest = none everything
  • master = full everything
  • project management
    • none = you are a minion ;)
    • limited = add/remove/promote team members
    • full = change project settings/group/...
  • issue management
    • none = read issues, notes
    • limited = create issues, notes
    • full = also close/tag issues
  • coding
    • none = browse code, pull code
    • limited = also push to prefixed branch (prefixed with username), create merge request, create snippets
    • advanced = also push to all non-protected branches, accept/close/tag merge request
    • full = also push to protected branches, push tags, manage protected branches
  • documentation
    • none = read wiki pages
    • full = CRUD wiki pages

Each of "project management", "issue management", "coding", "documentation" permissions could be set independently to a different level for each team member. This should give us a lot more flexibility. :D

Assignee
Assign to
Time tracking