Master access to a Group should allow access to change settings
Description
In Gitlab, projects have various level of access. Master level access allows the user to be able to change settings of that project.
I have 2 Groups:
| Group Name | Access Level |
|---|---|
| Group1 | Owner |
| Group2 | Master |
Group1 allows me to update the group settings but I cannot update group settings for Group2.
Proposal
Using previous example, Group2 should allow me to update group settings similar to Master level access to a Project.
Use case
As a master of the Group, I want to setup/configure CI / CD Settings so that I can add/update Group level variables, which can be used in Gitlab CI of all the projects under that group. The current way does not allow me to create these variables. So, I must rely on IT administrator who manages the Gitlab instance.