I have a GitLab group (with owner
rights). In the documentation I red, that only master
(and higher access levels) can create the new repository in the group. But all users in the group (even with Guest
access rights) can read all projects in it.
How can I allow users to transfer the repositories into the group, but disallow them to read other repositories in it? I.e., each user must have owner
rights to its repository, but None
rights to others in the group.
If this is impossible, I can manually create repositories for groupmembers, but how can I make each repository readable (and editable) only for one groupmember?