Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 883 Bytes

File metadata and controls

14 lines (11 loc) · 883 Bytes
stage Govern
group Authentication and Authorization
info To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

Permission development guidelines

There are multiple types of permissions across GitLab, and when implementing anything that deals with permissions, all of them should be considered. For more information, see:

  • Predefined roles system: a general overview about predefined roles, user types, feature specific permissions or permissions dependencies.
  • Authorizations: guidance on where to check permissions.
  • Custom roles: guidance on how to work on custom role, how to introduce a new ability for custom roles, how to refactor permissions.