Required permissions

Account

To log in to your account, GitProtect requires the following permissions:

  1. Access the authenticated user’s APIGitProtect needs read and write access to the API, including:

    1. All groups and projects.

    2. The container registry.

    3. The package registry.


Personal Access Token (PAT)

The following permissions are the minimum needed to register the GitProtect application in your account and access repositories:

By creating a personal access token, you can assign different types of permissions. The following permissions allow you to back up the repository metadata in your organization:

  • read_api — required to assign an organization to GitLab.

  • api — grants full read/write access to the API, including all groups and projects.

  • read_repository — required to access the list of repositories and perform backups.

  • write_repository — required to restore a repository.

  • read_registry — grants read access to Container Registry images when a project is private and authorization is required.

For more information about personal access tokens, visit the official GitLab website.

Last updated