Skip to content

Permission check on runners

Shinya Maeda requested to merge permission-check-on-runner into master

What does this MR do?

Currently, we are lacking of permission check on runner's job registration. If the pipeline is created on the project, it gives full-permission to access all project/group-level runners.

We should check user's permission if the user has an ability to access project/group-level runners.

Related #11934 (closed)

Feature Flag

permission_check_on_runners

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Shinya Maeda

Merge request reports