Allow access to Gitlab Merge Request API endpoint

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

Problem/Motivation

Attempting to use the GitBlur app make requests to the merge requests endpoint in order to display open merge requests.

See:
https://docs.gitlab.com/ee/api/merge_requests.html

Also possibly worth considering:
https://docs.gitlab.com/ee/api/merge_request_approvals.html
https://docs.gitlab.com/ee/api/merge_request_context_commits.html
https://docs.gitlab.com/ee/api/merge_trains.html

Steps to reproduce

Already documented in GitLab documentation

Proposed resolution

Allow the merge request related endpoint for both GET and PUT requests.

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

  • Issue created by @cmlara
  • 🇺🇸United States cmlara

    Adding a tag to track requests related to the GitLab API

  • Assigned to drumm
  • Status changed to Fixed 9 months ago
  • 🇺🇸United States drumm NY, US

    We are no longer stripping authentication headers for GET & HEAD requests to GitLab’s REST API, so authenticated reads are generally supported.

    Paths under /api/v4/projects/[id]/merge_requests had already been allowed for PUT requests, so that is now allowed as well.

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024