Allow authenticated access to Gitlab search Rest API endpoint

Created on 21 October 2023, 11 months ago
Updated 2 November 2023, 11 months ago

Problem/Motivation

Attempting to use the python-gitlab api to programmatically search in order to detect possible code interactions between modules.

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

Steps to reproduce

Already documented in GitLab documentation:
curl --header "PRIVATE-TOKEN: your_access_token" 'https://git.drupalcode.org/api/v4/groups/2/search?scope=blobs&search=tes...'

This can also be duplicated with a GitBlur project search

Proposed resolution

Allow the events related endpoint for GET requests.
NOTE: there are 3 scopes, global(advanced) search, group search, and project search. All 3 need to be permitted.

Remaining tasks

Modify CDN access rules

πŸ“Œ Task
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