registry scopes not supported for project acces token resource
Created by: elthariel
Feature Description
The gitlab_project_access_token resource currently only allows the following scopes to be defined on the token:
- api
- read_api
- read_repository
- write_repository
But the official gitlab api documentation lists 2 additional supported scope:
- read_registry
- write_registry
Let's update the validation rules to allow using them
Do you want to implement this?
-
I would like to implement this myself 👷
Edited by Timo Furrer