Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • zesje zesje
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 176
    • Issues 176
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • zesje
  • zesjezesje
  • Merge requests
  • !291

Role based authorization

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Himanshu Pathak requested to merge 464-create-and-modify-endpoints-to-allow-checking-and-modifying-user-permission-2 into 451-oauth-backend May 13, 2020
  • Overview 77
  • Commits 91
  • Pipelines 41
  • Changes 42

Existing endpoints need to make sure that the user which invoked the endpoint actually has permission to do so. New methods have to be added which would check the database for the permission that a user has. Frontend of !293 (closed) and !286 (closed) has been merged to this branch. Roles table of !288 (closed) is also merged here Users are prevented access to features based on their role. Closes #464 #477 #471 #467 #465

Edited Sep 14, 2020 by Anton Akhmerov
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 464-create-and-modify-endpoints-to-allow-checking-and-modifying-user-permission-2