Skip to content

Add a way to link to the deploy key section in the Settings

Hi. I'm currently working on an app which allows the users to store their data in a Git repo of their choice. In order to setup the storage, a custom SSH key is created which then needs to be added as a deploy key for a particular repo.

From the App, I redirect them to the settings page of their repo - https://gitlab.com/<REPO>/settings/repository. It would be great, if I could somehow link to the Deploy Keys section in particular. That way the user doesn't need to look for it and expand it. It would also be amazing if I could provide a title and tick the write access required using some URL parameters.