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
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
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.
Modify CDN access rules
Fixed
GitLab