Skip to content

Implement GET APIs for Deploy Tokens

closes #355778 (closed)

As usual (😅) the driver for this is the GitLab terraform provider requiring a nice GET API for individual resources and not just a list. Currently, we are required to list and search through the pages to find the proper deploy token resource. This is especially a problem when you have hundreds of deploy tokens in e.g. a group (I actually have such a project ;) )

/cc @nagyv-gitlab @nmezzopera please help me triage :)

Edited by Hannah Sutor

Merge request reports