Skip to content

Expose project/namespace IDs in `internal/allowed` response

What does this MR do and why?

Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/455043

Problem

We discovered that reliance on project and namespace paths is not sufficient. User can rename the group or project and that might lead to problems with identifying the correct project/namespace.

Solution

Expose project/namespace IDs for Workhorse/GitLab-Shell requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Vasilii Iakliushin

Merge request reports