Allow access to Gitlab Issues Rest API endpoints

Created on 14 August 2023, over 1 year ago
Updated 2 January 2024, about 1 year ago

Problem/Motivation

Attempting to use the GitLab PHP storm plugin (makes request as part of setup and normal operations) and the GitBlur app make requests to the issues endpoints.

See:
https://docs.gitlab.com/ee/api/issues.html
https://docs.gitlab.com/ee/api/epic_issues.html

While we are not using issues yet I see little harm in allowing access to this endpoint, especially for GET requests. Eventually we will need this open and for now it will just return empty results which will keep the API clients happy.

It may be worth opening for POST as well since this will eventually be wanted once issues are migrated to G.D.O and users can not create issues on projects where issues are disabled so again no harm in allowing.

Steps to reproduce

Already documented in GitLab documentation:
curl --header "PRIVATE-TOKEN: your_access_token" "https://git.drupalcode.orgapi/v4/issues"

Proposed resolution

Allow the Issues endpoint

Remaining tasks

Modify CDN access rules

Feature request
Status

Fixed

Component

GitLab

Created by

🇺🇸United States cmlara

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024