Skip to content
Snippets Groups Projects
Verified Commit 3edb28d4 authored by Mohammed Gomaa's avatar Mohammed Gomaa :lying_face: Committed by GitLab
Browse files

Add `title` field to custom abilities yaml file

parent ac032dc1
No related branches found
No related tags found
2 merge requests!170053Security patch upgrade alert: Only expose to admins 17-4,!164921Add `title` field to custom abilities yaml file
Showing
with 24 additions and 5 deletions
---
title: Manage CI/CD variables
name: admin_cicd_variables
description: Create, read, update, and delete CI/CD variables.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/437947
......
---
title: Manage and assign compliance frameworks
name: admin_compliance_framework
description: Create, read, update, and delete compliance frameworks. Users with this permission can also assign a compliance framework label to a project, and set the default framework of a group.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/411502
......
---
title: Manage group members
name: admin_group_member
description: Add or remove users in a group, and assign roles to users. When assigning a role, users with this custom permission must select a role that has the same or fewer permissions as the default role used as the base for their custom role.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/17364
......
---
title: Manage integrations
name: admin_integrations
description: Create, read, update, and delete integrations with external applications.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/460522
......
---
title: Approve merge request
name: admin_merge_request
description: Allows approval of merge requests.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/412708
......
---
title: Manage push rules
name: admin_push_rules
description: Configure push rules for repositories at the group or project level.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/421786
......
---
title: Manage runners
name: admin_runners
description: Create, view, edit, and delete group or project Runners. Includes configuring
Runner settings.
......
---
title: Manage Terraform state
name: admin_terraform_state
description: Execute terraform commands, lock/unlock terraform state files, and remove file versions.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/421789
......
---
title: Manage vulnerabilities
name: admin_vulnerability
description: Edit the vulnerability object, including the status and linking an issue. Includes the `read_vulnerability` permission actions.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/412536
......
---
title: Manage web hooks
name: admin_web_hook
description: Manage webhooks
introduced_by_issue: https://gitlab.com/gitlab-org/quality/triage-ops/-/issues/1373
......
---
title: Archive project
name: archive_project
description: Allows archiving of projects.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/425957
......
---
title: Manage deploy tokens
name: manage_deploy_tokens
description: Manage deploy tokens at the group or project level.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/448843
introduced_by_mr: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/151677
feature_category: continuous_delivery
milestone: "17.0"
milestone: '17.0'
group_ability: true
project_ability: true
requirements: []
......
---
title: Manage group access tokens
name: manage_group_access_tokens
description: Create, read, update, and delete group access tokens. When creating a token, users with this custom permission must select a role for that token that has the same or fewer permissions as the default role used as the base for the custom role.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/428353
......
---
title: Manage merge request approvals and settings
name: manage_merge_request_settings
description:
Configure merge request settings at the group or project level. Group
description: Configure merge request settings at the group or project level. Group
actions include managing merge checks and approval settings. Project actions
include managing MR configurations, approval rules and settings,
and branch targets. In order to enable Suggested reviewers, the "Manage project access
......@@ -9,7 +9,7 @@ description:
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/443235
introduced_by_mr: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/151586
feature_category: code_review_workflow
milestone: "17.0"
milestone: '17.0'
group_ability: true
project_ability: true
requirements:
......
---
title: Manage project access tokens
name: manage_project_access_tokens
description: Create, read, update, and delete project access tokens. When creating a token, users with this custom permission must select a role for that token that has the same or fewer permissions as the default role used as the base for the custom role.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/421778
......
---
title: Link to a security policy project
name: manage_security_policy_link
description: Allows linking security policy projects.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/440226
......
---
title: View repository code
name: read_code
description: Allows read-only access to the source code in the user interface. Does not allow users to edit or download repository archives, clone or pull repositories, view source code in an IDE, or view merge requests for private projects. You can download individual files because read-only access inherently grants the ability to make a local copy of the file.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/20277
......@@ -11,4 +12,4 @@ skip_seat_consumption: true
feature_flag: customizable_roles
feature_flag_enabled_milestone: '15.9'
feature_flag_enabled_mr: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/110810
available_from_access_level: 20
\ No newline at end of file
available_from_access_level: 20
---
title: View CRM contact
name: read_crm_contact
description: Read CRM contact.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/443268
......
---
title: View dependency list
name: read_dependency
description: Allows read-only access to the dependencies and licenses.
introduced_by_issue: https://gitlab.com/gitlab-org/gitlab/-/issues/415255
......
---
title: View runners
name: read_runners
description: Allows read-only access to group or project runners,
including the runner fleet dashboard.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment