i_kp
i_kp

Reputation: 13

Restrict users permission in GitLab?

I've a requirement, where I need to add a few users from the UI. I'm working with "developer" access to the project in GitLab. Even if already a few users are added with different access while the project is created and only users added from the UI to perform developer role without making any changes in the project.

Is it possible and how to implement it?

Upvotes: 1

Views: 1127

Answers (1)

Fairy
Fairy

Reputation: 3790

"Overwriting" permissions is not possible and if you want to simulate this behavior you could create a new group and share this project with another group. Then you would need to deny access to individual group members. See this permission matrix.

Upvotes: 1

Related Questions